#054F95

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

Shades of Dark Cerulean #054F95

Tints of Dark Cerulean #054F95

Color information

#054F95 (or 0x054F95) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4F and 95. RGB value is (5,79,149). Sum of RGB (Red+Green+Blue) = 5+79+149=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #054F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F95 is #FAB06A. Grayscale: #404040. Windows color (decimal): -16429163 or 9785093. OLE color: 9785093.

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

Color convert

RGB579149-
CMYK0.970.4700.42
HSL209.17º93.51%30.2%-
HSV(B)209.17º96.64%58.43%-
XYZ8.287.7929.5-
YUV64.85175.4885.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=2.15%
G=33.91%
B=63.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5791490.970.4700.42209.1793.5130.2
Hex54F95612F02Ad15e1e
Octal51172251415705232113636
Binary1011001111100101011100001101111010101011010001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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