Html Css Color HEX #024AAE Cobalt

📋 copy color: '#024AAE'

red 2 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #024AAE

Tints of Cobalt #024AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 174 (68.36% from 255) = 69.6%

R = 0.8%
G = 29.6%
B = 69.6%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#024AAE (or 0x024AAE) is known color: Cobalt. HEX triplet: 02, 4A and AE. RGB value is (2,74,174). Sum of RGB (Red+Green+Blue) = 2+74+174=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #024AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024AAE is #FDB551. Grayscale: #3F3F3F. Windows color (decimal): -16627026 or 11422210. OLE color: 11422210.

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

Color convert

RGB 2 74 174 -
CMYK 0.99 0.57 0 0.32
HSL 214.88º 0.98% 0.35% -
HSV(B) 214.88º 0.99% 0.68% -
XYZ 10.11 7.97 41.05 -
YUV 63.87 190.15 83.87 -
System Red Green Blue C M Y K H S L
Decimal 2 74 174 0.99 0.57 0 0.32 214.88 0.98 0.35
Hex 2 4A AE 63 39 0 20 D7 62 23
Octal 2 112 256 143 71 0 40 327 142 43
Binary 10 1001010 10101110 1100011 111001 0 100000 11010111 1100010 100011

Color Harmonies of #024AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AAE

Black with #024AAE

Text Example


Text Example

White with #024AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,174); }

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

background-color css

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

 a { background-color: rgb(2,74,174); }

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

border-color css

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

 span { border-color: rgb(2,74,174); }

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