#0545AE

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

Shades of Cobalt #0545AE

Tints of Cobalt #0545AE

Color information

#0545AE (or 0x0545AE) is unknown color: approx Cobalt. HEX triplet: 05, 45 and AE. RGB value is (5,69,174). Sum of RGB (Red+Green+Blue) = 5+69+174=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #0545AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0545AE is #FABA51. Grayscale: #3D3D3D. Windows color (decimal): -16431698 or 11420933. OLE color: 11420933.

HSL color Cylindrical-coordinate representation of color #0545AE: hue angle of 217.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0545AE is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB569174-
CMYK0.970.6000.32
HSL217.28º94.41%35.1%-
HSV(B)217.28º97.13%68.24%-
XYZ9.837.3440.94-
YUV61.83191.387.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 174 (68.36% from 255) = 70.16%
R=2.02%
G=27.82%
B=70.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5691740.970.6000.32217.2894.4135.1
Hex545AE613C020d95e23
Octal51052561417404033113643
Binary10110001011010111011000011111000100000110110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0545AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0545AE; }

 p { color: rgb(5,69,174); }

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

<style>
 a { background-color: #0545AE; }

 a { background-color: rgb(5,69,174); }

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

<style>
 span { border-color: #0545AE; }

 span { border-color: rgb(5,69,174); }

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