Html Css Color HEX #024EA1 Cobalt

📋 copy color: '#024EA1'

red 2 ◦ green 78 ◦ blue 161

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

Shades of Cobalt #024EA1

Tints of Cobalt #024EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 66.8%

R = 0.83%
G = 32.37%
B = 66.8%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#024EA1 (or 0x024EA1) is known color: Cobalt. HEX triplet: 02, 4E and A1. RGB value is (2,78,161). Sum of RGB (Red+Green+Blue) = 2+78+161=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #024EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EA1 is #FDB15E. Grayscale: #404040. Windows color (decimal): -16626015 or 10571266. OLE color: 10571266.

HSL color Cylindrical-coordinate representation of color #024EA1: hue angle of 211.32º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EA1 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 78 161 -
CMYK 0.99 0.52 0 0.37
HSL 211.32º 0.98% 0.32% -
HSV(B) 211.32º 0.99% 0.63% -
XYZ 9.18 8.03 34.79 -
YUV 64.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 2 78 161 0.99 0.52 0 0.37 211.32 0.98 0.32
Hex 2 4E A1 63 34 0 25 D3 62 20
Octal 2 116 241 143 64 0 45 323 142 40
Binary 10 1001110 10100001 1100011 110100 0 100101 11010011 1100010 100000

Color Harmonies of #024EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EA1

Black with #024EA1

Text Example


Text Example

White with #024EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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