#045CAB

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

Shades of Cobalt #045CAB

Tints of Cobalt #045CAB

Color information

#045CAB (or 0x045CAB) is unknown color: approx Cobalt. HEX triplet: 04, 5C and AB. RGB value is (4,92,171). Sum of RGB (Red+Green+Blue) = 4+92+171=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #045CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045CAB is #FBA354. Grayscale: #4A4A4A. Windows color (decimal): -16491349 or 11230212. OLE color: 11230212.

HSL color Cylindrical-coordinate representation of color #045CAB: hue angle of 208.38º 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 #045CAB is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB492171-
CMYK0.980.4600.33
HSL208.38º95.43%34.31%-
HSV(B)208.38º97.66%67.06%-
XYZ11.2310.6239.99-
YUV74.69182.3577.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=1.50%
G=34.46%
B=64.04%

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
Decimal4921710.980.4600.33208.3895.4334.31
Hex45CAB622E021d05f22
Octal41342531425604132013742
Binary10010111001010101111000101011100100001110100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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