Html Css Color HEX #024B9C Cobalt

📋 copy color: '#024B9C'

red 2 ◦ green 75 ◦ blue 156

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

Shades of Cobalt #024B9C

Tints of Cobalt #024B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

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

R = 0.86%
G = 32.19%
B = 66.95%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#024B9C (or 0x024B9C) is known color: Cobalt. HEX triplet: 02, 4B and 9C. RGB value is (2,75,156). Sum of RGB (Red+Green+Blue) = 2+75+156=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #024B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B9C is #FDB463. Grayscale: #3E3E3E. Windows color (decimal): -16626788 or 10242818. OLE color: 10242818.

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

Color convert

RGB 2 75 156 -
CMYK 0.99 0.52 0 0.39
HSL 211.56º 0.97% 0.31% -
HSV(B) 211.56º 0.99% 0.61% -
XYZ 8.54 7.45 32.44 -
YUV 62.41 180.82 84.91 -
System Red Green Blue C M Y K H S L
Decimal 2 75 156 0.99 0.52 0 0.39 211.56 0.97 0.31
Hex 2 4B 9C 63 34 0 27 D4 61 1F
Octal 2 113 234 143 64 0 47 324 141 37
Binary 10 1001011 10011100 1100011 110100 0 100111 11010100 1100001 11111

Color Harmonies of #024B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B9C

Black with #024B9C

Text Example


Text Example

White with #024B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B9C; }

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

 H1.HeaderClassName
 {
   color: #024B9C;
 }
 .AnyTagClassName
 {
   color: #024B9C;
 }
</style>

background-color css

<style>
 a { background-color: #024B9C; }

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

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

border-color css

<style>
 span { border-color: #024B9C; }

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

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