Html Css Color HEX #02447D Dark Cerulean

📋 copy color: '#02447D'

red 2 ◦ green 68 ◦ blue 125

#02447D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02447D

Tints of Dark Cerulean #02447D

RGB

 RED value IS 2 (1.17% from 255) = 1.03%

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 1.03%
G = 34.87%
B = 64.1%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02447D (or 0x02447D) is known color: Dark Cerulean. HEX triplet: 02, 44 and 7D. RGB value is (2,68,125). Sum of RGB (Red+Green+Blue) = 2+68+125=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #02447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02447D is #FDBB82. Grayscale: #363636. Windows color (decimal): -16628611 or 8209410. OLE color: 8209410.

HSL color Cylindrical-coordinate representation of color #02447D: hue angle of 207.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02447D is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 68 125 -
CMYK 0.98 0.46 0 0.51
HSL 207.8º 0.97% 0.25% -
HSV(B) 207.8º 0.98% 0.49% -
XYZ 5.79 5.63 20.18 -
YUV 54.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 2 68 125 0.98 0.46 0 0.51 207.8 0.97 0.25
Hex 2 44 7D 62 2E 0 33 D0 61 19
Octal 2 104 175 142 56 0 63 320 141 31
Binary 10 1000100 1111101 1100010 101110 0 110011 11010000 1100001 11001

Color Harmonies of #02447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02447D

Black with #02447D

Text Example


Text Example

White with #02447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02447D; }

 p { color: rgb(2,68,125); }

 H1.HeaderClassName
 {
   color: #02447D;
 }
 .AnyTagClassName
 {
   color: #02447D;
 }
</style>

background-color css

<style>
 a { background-color: #02447D; }

 a { background-color: rgb(2,68,125); }

 div.DivClassName
 {
   background-color: #02447D;
 }
 .BgClassName
 {
   background-color: #02447D;
 }
</style>

border-color css

<style>
 span { border-color: #02447D; }

 span { border-color: rgb(2,68,125); }

 td.TdClassName
 {
   border-color: #02447D;
 }
 .TagClassName
 {
   border-color: #02447D;
 }
</style>