Html Css Color HEX #024C9C Cobalt

📋 copy color: '#024C9C'

red 2 ◦ green 76 ◦ blue 156

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

Shades of Cobalt #024C9C

Tints of Cobalt #024C9C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 0.85%
G = 32.48%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#024C9C (or 0x024C9C) is known color: Cobalt. HEX triplet: 02, 4C and 9C. RGB value is (2,76,156). Sum of RGB (Red+Green+Blue) = 2+76+156=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #024C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C9C is #FDB363. Grayscale: #3E3E3E. Windows color (decimal): -16626532 or 10243074. OLE color: 10243074.

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

Color convert

RGB 2 76 156 -
CMYK 0.99 0.51 0 0.39
HSL 211.17º 0.97% 0.31% -
HSV(B) 211.17º 0.99% 0.61% -
XYZ 8.61 7.58 32.46 -
YUV 62.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 2 76 156 0.99 0.51 0 0.39 211.17 0.97 0.31
Hex 2 4C 9C 63 33 0 27 D3 61 1F
Octal 2 114 234 143 63 0 47 323 141 37
Binary 10 1001100 10011100 1100011 110011 0 100111 11010011 1100001 11111

Color Harmonies of #024C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C9C

Black with #024C9C

Text Example


Text Example

White with #024C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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