#054795

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

Shades of Cobalt #054795

Tints of Cobalt #054795

Color information

#054795 (or 0x054795) is unknown color: approx Cobalt. HEX triplet: 05, 47 and 95. RGB value is (5,71,149). Sum of RGB (Red+Green+Blue) = 5+71+149=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #054795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054795 is #FAB86A. Grayscale: #3B3B3B. Windows color (decimal): -16431211 or 9783045. OLE color: 9783045.

HSL color Cylindrical-coordinate representation of color #054795: hue angle of 212.5º 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 #054795 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB571149-
CMYK0.970.5200.42
HSL212.5º93.51%30.2%-
HSV(B)212.5º96.64%58.43%-
XYZ7.746.7129.32-
YUV60.16178.1388.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 149 (58.59% from 255) = 66.22%
R=2.22%
G=31.56%
B=66.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5711490.970.5200.42212.593.5130.2
Hex54795613402Ad45e1e
Octal51072251416405232413636
Binary1011000111100101011100001110100010101011010100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054795; }

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

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

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

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

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

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

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

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