Html Css Color HEX #02459C Cobalt

📋 copy color: '#02459C'

red 2 ◦ green 69 ◦ blue 156

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

Shades of Cobalt #02459C

Tints of Cobalt #02459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

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

R = 0.88%
G = 30.4%
B = 68.72%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02459C (or 0x02459C) is known color: Cobalt. HEX triplet: 02, 45 and 9C. RGB value is (2,69,156). Sum of RGB (Red+Green+Blue) = 2+69+156=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #02459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02459C is #FDBA63. Grayscale: #3A3A3A. Windows color (decimal): -16628324 or 10241282. OLE color: 10241282.

HSL color Cylindrical-coordinate representation of color #02459C: hue angle of 213.9º 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 #02459C is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 69 156 -
CMYK 0.99 0.56 0 0.39
HSL 213.9º 0.97% 0.31% -
HSV(B) 213.9º 0.99% 0.61% -
XYZ 8.15 6.67 32.31 -
YUV 58.89 182.8 87.43 -
System Red Green Blue C M Y K H S L
Decimal 2 69 156 0.99 0.56 0 0.39 213.9 0.97 0.31
Hex 2 45 9C 63 38 0 27 D6 61 1F
Octal 2 105 234 143 70 0 47 326 141 37
Binary 10 1000101 10011100 1100011 111000 0 100111 11010110 1100001 11111

Color Harmonies of #02459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02459C

Black with #02459C

Text Example


Text Example

White with #02459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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