Color Hex Logo

#002245 Color Hex

#002245
(0,34,69)
1 Favorites   0 Comments

Color spaces of #002245

RGB 03469
HSL0.581.000.14
HSV210°100°27°
CMYK 1.000.510.00   0.73
XYZ1.64621.57375.8472
Yxy1.57370.18160.1736
Hunter Lab12.54471.4707-18.8543
CIE-Lab13.06914.0674-25.3366

#002245 color RGB value is (0,34,69).

#002245 hex color red value is 0, green value is 34 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #002245 hue: 0.58 , saturation: 1.00 and the lightness value of 002245 is 0.14.

The process color (four color CMYK) of #002245 color hex is 1.00, 0.51, 0.00, 0.73. Web safe color of #002245 is #003333. Color #002245 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 01000101
Octal 0 42 105
Decimal 0 34 69
Hex 0 22 45

RGB Percentages of Color #002245

%0.00
%33.01
%66.99

CMYK Percentages of Color #002245

%100
%51
%0
%73

Triadic Colors of #002245

#002245 #450022 #224500

Analogous Colors of #002245

#002245 #010045 #004545

Monochromatic Colors of #002245

#002245

Complementary Color

#002245 #452300

#002245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002245 Color CSS Codes

.mybgcolor {background-color:#002245; } 
.myforecolor {color:#002245; }
.mybordercolor {border:3px solid #002245; }

#002245 Text Font Color

<p style="color:#002245">Text here</p>

This sample text font color is #002245
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#002245 Background Color

<div style="background-color:#002245">
Div content here</div>

This div background color is #002245


#002245 Border Color

<div style="border:3px solid #002245">
Div here</div>

This div border color is #002245


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,34,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002245; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002245;
  -webkit-box-shadow: 1px 1px 3px 2px #002245;
  box-shadow:         1px 1px 3px 2px #002245; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,34,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #002245">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #002245;
  -webkit-box-shadow: 1px 1px 3px 2px #002245;
  box-shadow:         1px 1px 3px 2px #002245;">
Div content here</div>

This div box has shadow with color #002245


Comments

No comments written yet.

Please login to write comment.