Html Css Color HEX #024E95 Cobalt

📋 copy color: '#024E95'

red 2 ◦ green 78 ◦ blue 149

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

Shades of Cobalt #024E95

Tints of Cobalt #024E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.06%

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 0.87%
G = 34.06%
B = 65.07%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024E95 (or 0x024E95) is known color: Cobalt. HEX triplet: 02, 4E and 95. RGB value is (2,78,149). Sum of RGB (Red+Green+Blue) = 2+78+149=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #024E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E95 is #FDB16A. Grayscale: #3F3F3F. Windows color (decimal): -16626027 or 9784834. OLE color: 9784834.

HSL color Cylindrical-coordinate representation of color #024E95: hue angle of 208.98º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024E95 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 78 149 -
CMYK 0.99 0.48 0 0.42
HSL 208.98º 0.97% 0.3% -
HSV(B) 208.98º 0.99% 0.58% -
XYZ 8.17 7.63 29.48 -
YUV 63.37 176.32 84.23 -
System Red Green Blue C M Y K H S L
Decimal 2 78 149 0.99 0.48 0 0.42 208.98 0.97 0.3
Hex 2 4E 95 63 30 0 2A D1 61 1E
Octal 2 116 225 143 60 0 52 321 141 36
Binary 10 1001110 10010101 1100011 110000 0 101010 11010001 1100001 11110

Color Harmonies of #024E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E95

Black with #024E95

Text Example


Text Example

White with #024E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,149); }

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

background-color css

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

 a { background-color: rgb(2,78,149); }

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

border-color css

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

 span { border-color: rgb(2,78,149); }

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