#113786

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

Shades of Dark Cerulean #113786

Tints of Dark Cerulean #113786

Color information

#113786 (or 0x113786) is unknown color: approx Dark Cerulean. HEX triplet: 11, 37 and 86. RGB value is (17,55,134). Sum of RGB (Red+Green+Blue) = 17+55+134=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #113786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113786 is #EEC879. Grayscale: #343434. Windows color (decimal): -15648890 or 8795921. OLE color: 8795921.

HSL color Cylindrical-coordinate representation of color #113786: hue angle of 220.51º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113786 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1755134-
CMYK0.870.5900.47
HSL220.51º77.48%29.61%-
HSV(B)220.51º87.31%52.55%-
XYZ5.94.5723.13-
YUV52.64173.91102.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 134 (52.73% from 255) = 65.05%
R=8.25%
G=26.70%
B=65.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17551340.870.5900.47220.5177.4829.61
Hex113786573B02Fdd4d1e
Octal21672061277305733511536
Binary10001110111100001101010111111011010111111011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113786; }

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

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

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

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

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

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

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

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