Html Css Color HEX #024B9B Cobalt

📋 copy color: '#024B9B'

red 2 ◦ green 75 ◦ blue 155

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

Shades of Cobalt #024B9B

Tints of Cobalt #024B9B

RGB

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

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

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

R = 0.86%
G = 32.33%
B = 66.81%

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

#024B9B (or 0x024B9B) is known color: Cobalt. HEX triplet: 02, 4B and 9B. RGB value is (2,75,155). Sum of RGB (Red+Green+Blue) = 2+75+155=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #024B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B9B is #FDB464. Grayscale: #3D3D3D. Windows color (decimal): -16626789 or 10177282. OLE color: 10177282.

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

Color convert

RGB 2 75 155 -
CMYK 0.99 0.52 0 0.39
HSL 211.37º 0.97% 0.31% -
HSV(B) 211.37º 0.99% 0.61% -
XYZ 8.46 7.41 32 -
YUV 62.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 2 75 155 0.99 0.52 0 0.39 211.37 0.97 0.31
Hex 2 4B 9B 63 34 0 27 D3 61 1F
Octal 2 113 233 143 64 0 47 323 141 37
Binary 10 1001011 10011011 1100011 110100 0 100111 11010011 1100001 11111

Color Harmonies of #024B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B9B

Black with #024B9B

Text Example


Text Example

White with #024B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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