Html Css Color HEX #02478B Dark Cerulean

📋 copy color: '#02478B'

red 2 ◦ green 71 ◦ blue 139

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

Shades of Dark Cerulean #02478B

Tints of Dark Cerulean #02478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 139 (54.69% from 255) = 65.57%

R = 0.94%
G = 33.49%
B = 65.57%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02478B (or 0x02478B) is known color: Dark Cerulean. HEX triplet: 02, 47 and 8B. RGB value is (2,71,139). Sum of RGB (Red+Green+Blue) = 2+71+139=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #02478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02478B is #FDB874. Grayscale: #393939. Windows color (decimal): -16627829 or 9127682. OLE color: 9127682.

HSL color Cylindrical-coordinate representation of color #02478B: hue angle of 209.78º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02478B is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 71 139 -
CMYK 0.99 0.49 0 0.45
HSL 209.78º 0.97% 0.28% -
HSV(B) 209.78º 0.99% 0.55% -
XYZ 6.94 6.38 25.29 -
YUV 58.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 2 71 139 0.99 0.49 0 0.45 209.78 0.97 0.28
Hex 2 47 8B 63 31 0 2D D2 61 1C
Octal 2 107 213 143 61 0 55 322 141 34
Binary 10 1000111 10001011 1100011 110001 0 101101 11010010 1100001 11100

Color Harmonies of #02478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02478B

Black with #02478B

Text Example


Text Example

White with #02478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02478B; }

 p { color: rgb(2,71,139); }

 H1.HeaderClassName
 {
   color: #02478B;
 }
 .AnyTagClassName
 {
   color: #02478B;
 }
</style>

background-color css

<style>
 a { background-color: #02478B; }

 a { background-color: rgb(2,71,139); }

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

border-color css

<style>
 span { border-color: #02478B; }

 span { border-color: rgb(2,71,139); }

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