#045CAE

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

Shades of Cobalt #045CAE

Tints of Cobalt #045CAE

Color information

#045CAE (or 0x045CAE) is unknown color: approx Cobalt. HEX triplet: 04, 5C and AE. RGB value is (4,92,174). Sum of RGB (Red+Green+Blue) = 4+92+174=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #045CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045CAE is #FBA351. Grayscale: #4A4A4A. Windows color (decimal): -16491346 or 11426820. OLE color: 11426820.

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

Color convert

RGB492174-
CMYK0.980.4700.32
HSL208.94º95.51%34.9%-
HSV(B)208.94º97.7%68.24%-
XYZ11.5210.7441.51-
YUV75.04183.8577.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 174 (68.36% from 255) = 64.44%
R=1.48%
G=34.07%
B=64.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4921740.980.4700.32208.9495.5134.9
Hex45CAE622F020d16023
Octal41342561425704032114043
Binary10010111001010111011000101011110100000110100011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045CAE; }

 p { color: rgb(4,92,174); }

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

<style>
 a { background-color: #045CAE; }

 a { background-color: rgb(4,92,174); }

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

<style>
 span { border-color: #045CAE; }

 span { border-color: rgb(4,92,174); }

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