Html Css Color HEX #02489B Cobalt

📋 copy color: '#02489B'

red 2 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #02489B

Tints of Cobalt #02489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

 BLUE value IS 155 (60.94% from 255) = 67.69%

R = 0.87%
G = 31.44%
B = 67.69%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02489B (or 0x02489B) is known color: Cobalt. HEX triplet: 02, 48 and 9B. RGB value is (2,72,155). Sum of RGB (Red+Green+Blue) = 2+72+155=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #02489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02489B is #FDB764. Grayscale: #3C3C3C. Windows color (decimal): -16627557 or 10176514. OLE color: 10176514.

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

Color convert

RGB 2 72 155 -
CMYK 0.99 0.54 0 0.39
HSL 212.55º 0.97% 0.31% -
HSV(B) 212.55º 0.99% 0.61% -
XYZ 8.26 7.01 31.93 -
YUV 60.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 2 72 155 0.99 0.54 0 0.39 212.55 0.97 0.31
Hex 2 48 9B 63 36 0 27 D5 61 1F
Octal 2 110 233 143 66 0 47 325 141 37
Binary 10 1001000 10011011 1100011 110110 0 100111 11010101 1100001 11111

Color Harmonies of #02489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02489B

Black with #02489B

Text Example


Text Example

White with #02489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,72,155); }

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

background-color css

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

 a { background-color: rgb(2,72,155); }

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

border-color css

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

 span { border-color: rgb(2,72,155); }

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