#045DAB

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

Shades of Cobalt #045DAB

Tints of Cobalt #045DAB

Color information

#045DAB (or 0x045DAB) is unknown color: approx Cobalt. HEX triplet: 04, 5D and AB. RGB value is (4,93,171). Sum of RGB (Red+Green+Blue) = 4+93+171=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #045DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DAB is #FBA254. Grayscale: #4A4A4A. Windows color (decimal): -16491093 or 11230468. OLE color: 11230468.

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

Color convert

RGB493171-
CMYK0.980.4600.33
HSL208.02º95.43%34.31%-
HSV(B)208.02º97.66%67.06%-
XYZ11.3210.7940.02-
YUV75.28182.0177.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 171 (67.19% from 255) = 63.81%
R=1.49%
G=34.70%
B=63.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4931710.980.4600.33208.0295.4334.31
Hex45DAB622E021d05f22
Octal41352531425604132013742
Binary10010111011010101111000101011100100001110100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,93,171); }

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

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

 a { background-color: rgb(4,93,171); }

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

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

 span { border-color: rgb(4,93,171); }

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