#113983

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

Shades of Dark Cerulean #113983

Tints of Dark Cerulean #113983

Color information

#113983 (or 0x113983) is unknown color: approx Dark Cerulean. HEX triplet: 11, 39 and 83. RGB value is (17,57,131). Sum of RGB (Red+Green+Blue) = 17+57+131=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #113983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113983 is #EEC67C. Grayscale: #353535. Windows color (decimal): -15648381 or 8599825. OLE color: 8599825.

HSL color Cylindrical-coordinate representation of color #113983: hue angle of 218.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113983 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1757131-
CMYK0.870.5600.49
HSL218.95º77.03%29.02%-
HSV(B)218.95º87.02%51.37%-
XYZ5.794.6822.07-
YUV53.48171.75101.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 131 (51.56% from 255) = 63.90%
R=8.29%
G=27.80%
B=63.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17571310.870.5600.49218.9577.0329.02
Hex1139835738031db4d1d
Octal21712031277006133311535
Binary10001111001100000111010111111000011000111011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113983; }

 p { color: rgb(17,57,131); }

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

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

 a { background-color: rgb(17,57,131); }

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

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

 span { border-color: rgb(17,57,131); }

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