#113777

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

Shades of Dark Cerulean #113777

Tints of Dark Cerulean #113777

Color information

#113777 (or 0x113777) is unknown color: approx Dark Cerulean. HEX triplet: 11, 37 and 77. RGB value is (17,55,119). Sum of RGB (Red+Green+Blue) = 17+55+119=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #113777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113777 is #EEC888. Grayscale: #323232. Windows color (decimal): -15648905 or 7812881. OLE color: 7812881.

HSL color Cylindrical-coordinate representation of color #113777: hue angle of 217.65º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113777 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1755119-
CMYK0.860.5400.53
HSL217.65º75%26.67%-
HSV(B)217.65º85.71%46.67%-
XYZ4.934.1818-
YUV50.93166.41103.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 119 (46.88% from 255) = 62.30%
R=8.90%
G=28.80%
B=62.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17551190.860.5400.53217.657526.67
Hex1137775636035da4b1b
Octal21671671266606533211333
Binary1000111011111101111010110110110011010111011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113777; }

 p { color: rgb(17,55,119); }

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

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

 a { background-color: rgb(17,55,119); }

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

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

 span { border-color: rgb(17,55,119); }

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