#054B95

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

Shades of Cobalt #054B95

Tints of Cobalt #054B95

Color information

#054B95 (or 0x054B95) is unknown color: approx Cobalt. HEX triplet: 05, 4B and 95. RGB value is (5,75,149). Sum of RGB (Red+Green+Blue) = 5+75+149=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #054B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054B95 is #FAB46A. Grayscale: #3E3E3E. Windows color (decimal): -16430187 or 9784069. OLE color: 9784069.

HSL color Cylindrical-coordinate representation of color #054B95: hue angle of 210.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054B95 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB575149-
CMYK0.970.5000.42
HSL210.83º93.51%30.2%-
HSV(B)210.83º96.64%58.43%-
XYZ87.2329.41-
YUV62.51176.8186.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=2.18%
G=32.75%
B=65.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5751490.970.5000.42210.8393.5130.2
Hex54B95613202Ad35e1e
Octal51132251416205232313636
Binary1011001011100101011100001110010010101011010011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B95; }

 p { color: rgb(5,75,149); }

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

<style>
 a { background-color: #054B95; }

 a { background-color: rgb(5,75,149); }

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

<style>
 span { border-color: #054B95; }

 span { border-color: rgb(5,75,149); }

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