#0540AE

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

Shades of Cobalt #0540AE

Tints of Cobalt #0540AE

Color information

#0540AE (or 0x0540AE) is unknown color: approx Cobalt. HEX triplet: 05, 40 and AE. RGB value is (5,64,174). Sum of RGB (Red+Green+Blue) = 5+64+174=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #0540AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0540AE is #FABF51. Grayscale: #3A3A3A. Windows color (decimal): -16432978 or 11419653. OLE color: 11419653.

HSL color Cylindrical-coordinate representation of color #0540AE: hue angle of 219.05º 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 #0540AE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB564174-
CMYK0.970.6300.32
HSL219.05º94.41%35.1%-
HSV(B)219.05º97.13%68.24%-
XYZ9.546.7640.85-
YUV58.9192.9589.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=2.06%
G=26.34%
B=71.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5641740.970.6300.32219.0594.4135.1
Hex540AE613F020db5e23
Octal51002561417704033313643
Binary10110000001010111011000011111110100000110110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0540AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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