Html Css Color HEX #024F9B Cobalt

📋 copy color: '#024F9B'

red 2 ◦ green 79 ◦ blue 155

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

Shades of Cobalt #024F9B

Tints of Cobalt #024F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.47%

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

R = 0.85%
G = 33.47%
B = 65.68%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#024F9B (or 0x024F9B) is known color: Cobalt. HEX triplet: 02, 4F and 9B. RGB value is (2,79,155). Sum of RGB (Red+Green+Blue) = 2+79+155=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #024F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F9B is #FDB064. Grayscale: #404040. Windows color (decimal): -16625765 or 10178306. OLE color: 10178306.

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

Color convert

RGB 2 79 155 -
CMYK 0.99 0.49 0 0.39
HSL 209.8º 0.97% 0.31% -
HSV(B) 209.8º 0.99% 0.61% -
XYZ 8.74 7.97 32.09 -
YUV 64.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 2 79 155 0.99 0.49 0 0.39 209.8 0.97 0.31
Hex 2 4F 9B 63 31 0 27 D2 61 1F
Octal 2 117 233 143 61 0 47 322 141 37
Binary 10 1001111 10011011 1100011 110001 0 100111 11010010 1100001 11111

Color Harmonies of #024F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F9B

Black with #024F9B

Text Example


Text Example

White with #024F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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