Html Css Color HEX #02467F Dark Cerulean

📋 copy color: '#02467F'

red 2 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #02467F

Tints of Dark Cerulean #02467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 127 (50% from 255) = 63.82%

R = 1.01%
G = 35.18%
B = 63.82%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02467F (or 0x02467F) is known color: Dark Cerulean. HEX triplet: 02, 46 and 7F. RGB value is (2,70,127). Sum of RGB (Red+Green+Blue) = 2+70+127=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #02467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02467F is #FDB980. Grayscale: #373737. Windows color (decimal): -16628097 or 8340994. OLE color: 8340994.

HSL color Cylindrical-coordinate representation of color #02467F: hue angle of 207.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02467F is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 70 127 -
CMYK 0.98 0.45 0 0.50
HSL 207.36º 0.97% 0.25% -
HSV(B) 207.36º 0.98% 0.5% -
XYZ 6.05 5.93 20.9 -
YUV 56.17 167.97 89.37 -
System Red Green Blue C M Y K H S L
Decimal 2 70 127 0.98 0.45 0 0.50 207.36 0.97 0.25
Hex 2 46 7F 62 2D 0 32 CF 61 19
Octal 2 106 177 142 55 0 62 317 141 31
Binary 10 1000110 1111111 1100010 101101 0 110010 11001111 1100001 11001

Color Harmonies of #02467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02467F

Black with #02467F

Text Example


Text Example

White with #02467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02467F; }

 p { color: rgb(2,70,127); }

 H1.HeaderClassName
 {
   color: #02467F;
 }
 .AnyTagClassName
 {
   color: #02467F;
 }
</style>

background-color css

<style>
 a { background-color: #02467F; }

 a { background-color: rgb(2,70,127); }

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

border-color css

<style>
 span { border-color: #02467F; }

 span { border-color: rgb(2,70,127); }

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