Html Css Color HEX #02469C Cobalt

📋 copy color: '#02469C'

red 2 ◦ green 70 ◦ blue 156

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

Shades of Cobalt #02469C

Tints of Cobalt #02469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.42%

R = 0.88%
G = 30.7%
B = 68.42%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02469C (or 0x02469C) is known color: Cobalt. HEX triplet: 02, 46 and 9C. RGB value is (2,70,156). Sum of RGB (Red+Green+Blue) = 2+70+156=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #02469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02469C is #FDB963. Grayscale: #3B3B3B. Windows color (decimal): -16628068 or 10241538. OLE color: 10241538.

HSL color Cylindrical-coordinate representation of color #02469C: hue angle of 213.51º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02469C is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 70 156 -
CMYK 0.99 0.55 0 0.39
HSL 213.51º 0.97% 0.31% -
HSV(B) 213.51º 0.99% 0.61% -
XYZ 8.22 6.79 32.33 -
YUV 59.47 182.47 87.01 -
System Red Green Blue C M Y K H S L
Decimal 2 70 156 0.99 0.55 0 0.39 213.51 0.97 0.31
Hex 2 46 9C 63 37 0 27 D6 61 1F
Octal 2 106 234 143 67 0 47 326 141 37
Binary 10 1000110 10011100 1100011 110111 0 100111 11010110 1100001 11111

Color Harmonies of #02469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02469C

Black with #02469C

Text Example


Text Example

White with #02469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02469C; }

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

 H1.HeaderClassName
 {
   color: #02469C;
 }
 .AnyTagClassName
 {
   color: #02469C;
 }
</style>

background-color css

<style>
 a { background-color: #02469C; }

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

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

border-color css

<style>
 span { border-color: #02469C; }

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

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