Html Css Color HEX #024C9B Cobalt

📋 copy color: '#024C9B'

red 2 ◦ green 76 ◦ blue 155

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

Shades of Cobalt #024C9B

Tints of Cobalt #024C9B

RGB

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

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

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

R = 0.86%
G = 32.62%
B = 66.52%

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

#024C9B (or 0x024C9B) is known color: Cobalt. HEX triplet: 02, 4C and 9B. RGB value is (2,76,155). Sum of RGB (Red+Green+Blue) = 2+76+155=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #024C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C9B is #FDB364. Grayscale: #3E3E3E. Windows color (decimal): -16626533 or 10177538. OLE color: 10177538.

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

Color convert

RGB 2 76 155 -
CMYK 0.99 0.51 0 0.39
HSL 210.98º 0.97% 0.31% -
HSV(B) 210.98º 0.99% 0.61% -
XYZ 8.53 7.55 32.02 -
YUV 62.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 2 76 155 0.99 0.51 0 0.39 210.98 0.97 0.31
Hex 2 4C 9B 63 33 0 27 D3 61 1F
Octal 2 114 233 143 63 0 47 323 141 37
Binary 10 1001100 10011011 1100011 110011 0 100111 11010011 1100001 11111

Color Harmonies of #024C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C9B

Black with #024C9B

Text Example


Text Example

White with #024C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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