#004BAE

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

Shades of Cobalt #004BAE

Tints of Cobalt #004BAE

Color information

#004BAE (or 0x004BAE) is unknown color: approx Cobalt. HEX triplet: 00, 4B and AE. RGB value is (0,75,174). Sum of RGB (Red+Green+Blue) = 0+75+174=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #004BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BAE is #FFB451. Grayscale: #3F3F3F. Windows color (decimal): -16757842 or 11422464. OLE color: 11422464.

HSL color Cylindrical-coordinate representation of color #004BAE: hue angle of 214.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BAE is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB075174-
CMYK10.5700.32
HSL214.14º100%34.12%-
HSV(B)214.14º100%68.24%-
XYZ10.168.0941.07-
YUV63.86190.1582.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=0%
G=30.12%
B=69.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal07517410.5700.32214.1410034.12
Hex04BAE6439020d66422
Octal01132561447104032614442
Binary010010111010111011001001110010100000110101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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