Html Css Color HEX #024E9A Cobalt

📋 copy color: '#024E9A'

red 2 ◦ green 78 ◦ blue 154

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

Shades of Cobalt #024E9A

Tints of Cobalt #024E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 0.85%
G = 33.33%
B = 65.81%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#024E9A (or 0x024E9A) is known color: Cobalt. HEX triplet: 02, 4E and 9A. RGB value is (2,78,154). Sum of RGB (Red+Green+Blue) = 2+78+154=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #024E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E9A is #FDB165. Grayscale: #3F3F3F. Windows color (decimal): -16626022 or 10112514. OLE color: 10112514.

HSL color Cylindrical-coordinate representation of color #024E9A: hue angle of 210º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024E9A is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 78 154 -
CMYK 0.99 0.49 0 0.40
HSL 210º 0.97% 0.31% -
HSV(B) 210º 0.99% 0.6% -
XYZ 8.58 7.79 31.62 -
YUV 63.94 178.82 83.82 -
System Red Green Blue C M Y K H S L
Decimal 2 78 154 0.99 0.49 0 0.40 210 0.97 0.31
Hex 2 4E 9A 63 31 0 28 D2 61 1F
Octal 2 116 232 143 61 0 50 322 141 37
Binary 10 1001110 10011010 1100011 110001 0 101000 11010010 1100001 11111

Color Harmonies of #024E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E9A

Black with #024E9A

Text Example


Text Example

White with #024E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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