#055F8D

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

Shades of Dark Cerulean #055F8D

Tints of Dark Cerulean #055F8D

Color information

#055F8D (or 0x055F8D) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5F and 8D. RGB value is (5,95,141). Sum of RGB (Red+Green+Blue) = 5+95+141=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #055F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055F8D is #FAA072. Grayscale: #494949. Windows color (decimal): -16425075 or 9264901. OLE color: 9264901.

HSL color Cylindrical-coordinate representation of color #055F8D: hue angle of 200.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055F8D is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB595141-
CMYK0.960.3300.45
HSL200.29º93.15%28.63%-
HSV(B)200.29º96.45%55.29%-
XYZ8.9610.1426.68-
YUV73.33166.1879.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=2.07%
G=39.42%
B=58.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5951410.960.3300.45200.2993.1528.63
Hex55F8D602102Dc85d1d
Octal51372151404105531013535
Binary1011011111100011011100000100001010110111001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F8D; }

 p { color: rgb(5,95,141); }

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

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

 a { background-color: rgb(5,95,141); }

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

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

 span { border-color: rgb(5,95,141); }

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