#024DAA

Color #024DAA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #024DAA

Tints of Cobalt #024DAA

Color information

#024DAA (or 0x024DAA) is unknown color: approx Cobalt. HEX triplet: 02, 4D and AA. RGB value is (2,77,170). Sum of RGB (Red+Green+Blue) = 2+77+170=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #024DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DAA is #FDB255. Grayscale: #404040. Windows color (decimal): -16626262 or 11160834. OLE color: 11160834.

HSL color Cylindrical-coordinate representation of color #024DAA: hue angle of 213.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DAA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB277170-
CMYK0.990.5500.33
HSL213.21º97.67%33.73%-
HSV(B)213.21º98.82%66.67%-
XYZ9.938.2239.09-
YUV65.18187.1582.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=0.80%
G=30.92%
B=68.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2771700.990.5500.33213.2197.6733.73
Hex24DAA6337021d56222
Octal21152521436704132514242
Binary1010011011010101011000111101110100001110101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,77,170); }

 H1.HeaderClassName
 {
   color: #024DAA;
 }
 .AnyTagClassName
 {
   color: #024DAA;
 }
</style>
background-color css

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

 a { background-color: rgb(2,77,170); }

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

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

 span { border-color: rgb(2,77,170); }

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