#005177

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

Shades of Dark Cerulean #005177

Tints of Dark Cerulean #005177

Color information

#005177 (or 0x005177) is unknown color: approx Dark Cerulean. HEX triplet: 00, 51 and 77. RGB value is (0,81,119). Sum of RGB (Red+Green+Blue) = 0+81+119=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #005177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005177 is #FFAE88. Grayscale: #3C3C3C. Windows color (decimal): -16756361 or 7819520. OLE color: 7819520.

HSL color Cylindrical-coordinate representation of color #005177: hue angle of 199.16º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005177 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB081119-
CMYK10.3200.53
HSL199.16º100%23.33%-
HSV(B)199.16º100%46.67%-
XYZ6.277.2218.52-
YUV61.11160.6684.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 119 (46.88% from 255) = 59.5%
R=0%
G=40.5%
B=59.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal08111910.3200.53199.1610023.33
Hex051776420035c76417
Octal01211671444006530714427
Binary0101000111101111100100100000011010111000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005177; }

 p { color: rgb(0,81,119); }

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

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

 a { background-color: rgb(0,81,119); }

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

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

 span { border-color: rgb(0,81,119); }

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