#024BAE

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

Shades of Cobalt #024BAE

Tints of Cobalt #024BAE

Color information

#024BAE (or 0x024BAE) is unknown color: approx Cobalt. HEX triplet: 02, 4B and AE. RGB value is (2,75,174). Sum of RGB (Red+Green+Blue) = 2+75+174=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #024BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BAE is #FDB451. Grayscale: #3F3F3F. Windows color (decimal): -16626770 or 11422466. OLE color: 11422466.

HSL color Cylindrical-coordinate representation of color #024BAE: hue angle of 214.53º 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 #024BAE is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB275174-
CMYK0.990.5700.32
HSL214.53º97.73%34.51%-
HSV(B)214.53º98.85%68.24%-
XYZ10.188.141.07-
YUV64.46189.8283.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=0.80%
G=29.88%
B=69.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2751740.990.5700.32214.5397.7334.51
Hex24BAE6339020d76223
Octal21132561437104032714243
Binary1010010111010111011000111110010100000110101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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