#045A9B

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

Shades of Cobalt #045A9B

Tints of Cobalt #045A9B

Color information

#045A9B (or 0x045A9B) is unknown color: approx Cobalt. HEX triplet: 04, 5A and 9B. RGB value is (4,90,155). Sum of RGB (Red+Green+Blue) = 4+90+155=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #045A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A9B is #FBA564. Grayscale: #474747. Windows color (decimal): -16491877 or 10181124. OLE color: 10181124.

HSL color Cylindrical-coordinate representation of color #045A9B: hue angle of 205.83º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A9B is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB490155-
CMYK0.970.4200.39
HSL205.83º94.97%31.18%-
HSV(B)205.83º97.42%60.78%-
XYZ9.629.732.38-
YUV71.7175.0179.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=1.61%
G=36.14%
B=62.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4901550.970.4200.39205.8394.9731.18
Hex45A9B612A027ce5f1f
Octal41322331415204731613737
Binary1001011010100110111100001101010010011111001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,90,155); }

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

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

 a { background-color: rgb(4,90,155); }

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

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

 span { border-color: rgb(4,90,155); }

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