Html Css Color HEX #024BB6 Cobalt

📋 copy color: '#024BB6'

red 2 ◦ green 75 ◦ blue 182

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

Shades of Cobalt #024BB6

Tints of Cobalt #024BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 70.27%

R = 0.77%
G = 28.96%
B = 70.27%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#024BB6 (or 0x024BB6) is known color: Cobalt. HEX triplet: 02, 4B and B6. RGB value is (2,75,182). Sum of RGB (Red+Green+Blue) = 2+75+182=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 182 (71.48% from 255 or 70.27% from 259); Max value from RGB is 182 - color contains mainly: blue. Hex color #024BB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BB6 is #FDB449. Grayscale: #404040. Windows color (decimal): -16626762 or 11946754. OLE color: 11946754.

HSL color Cylindrical-coordinate representation of color #024BB6: hue angle of 215.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BB6 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 75 182 -
CMYK 0.99 0.59 0 0.29
HSL 215.67º 0.98% 0.36% -
HSV(B) 215.67º 0.99% 0.71% -
XYZ 10.98 8.42 45.3 -
YUV 65.37 193.82 82.8 -
System Red Green Blue C M Y K H S L
Decimal 2 75 182 0.99 0.59 0 0.29 215.67 0.98 0.36
Hex 2 4B B6 63 3B 0 1D D8 62 24
Octal 2 113 266 143 73 0 35 330 142 44
Binary 10 1001011 10110110 1100011 111011 0 11101 11011000 1100010 100100

Color Harmonies of #024BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BB6

Black with #024BB6

Text Example


Text Example

White with #024BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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