#054173

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

Shades of Dark Cerulean #054173

Tints of Dark Cerulean #054173

Color information

#054173 (or 0x054173) is unknown color: approx Dark Cerulean. HEX triplet: 05, 41 and 73. RGB value is (5,65,115). Sum of RGB (Red+Green+Blue) = 5+65+115=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #054173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054173 is #FABE8C. Grayscale: #343434. Windows color (decimal): -16432781 or 7553285. OLE color: 7553285.

HSL color Cylindrical-coordinate representation of color #054173: hue angle of 207.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054173 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB565115-
CMYK0.960.4300.55
HSL207.27º91.67%23.53%-
HSV(B)207.27º95.65%45.1%-
XYZ5.055.0516.93-
YUV52.76163.1293.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=2.70%
G=35.14%
B=62.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5651150.960.4300.55207.2791.6723.53
Hex54173602B037cf5c18
Octal51011631405306731713430
Binary101100000111100111100000101011011011111001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054173; }

 p { color: rgb(5,65,115); }

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

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

 a { background-color: rgb(5,65,115); }

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

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

 span { border-color: rgb(5,65,115); }

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