Html Css Color HEX #02477B Dark Cerulean

📋 copy color: '#02477B'

red 2 ◦ green 71 ◦ blue 123

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

Shades of Dark Cerulean #02477B

Tints of Dark Cerulean #02477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 62.76%

R = 1.02%
G = 36.22%
B = 62.76%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02477B (or 0x02477B) is known color: Dark Cerulean. HEX triplet: 02, 47 and 7B. RGB value is (2,71,123). Sum of RGB (Red+Green+Blue) = 2+71+123=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #02477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02477B is #FDB884. Grayscale: #383838. Windows color (decimal): -16627845 or 8079106. OLE color: 8079106.

HSL color Cylindrical-coordinate representation of color #02477B: hue angle of 205.79º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02477B is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 71 123 -
CMYK 0.98 0.42 0 0.52
HSL 205.79º 0.97% 0.25% -
HSV(B) 205.79º 0.98% 0.48% -
XYZ 5.85 5.95 19.58 -
YUV 56.3 165.64 89.27 -
System Red Green Blue C M Y K H S L
Decimal 2 71 123 0.98 0.42 0 0.52 205.79 0.97 0.25
Hex 2 47 7B 62 2A 0 34 CE 61 19
Octal 2 107 173 142 52 0 64 316 141 31
Binary 10 1000111 1111011 1100010 101010 0 110100 11001110 1100001 11001

Color Harmonies of #02477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02477B

Black with #02477B

Text Example


Text Example

White with #02477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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