#113679

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

Shades of Dark Cerulean #113679

Tints of Dark Cerulean #113679

Color information

#113679 (or 0x113679) is unknown color: approx Dark Cerulean. HEX triplet: 11, 36 and 79. RGB value is (17,54,121). Sum of RGB (Red+Green+Blue) = 17+54+121=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #113679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113679 is #EEC986. Grayscale: #323232. Windows color (decimal): -15649159 or 7943697. OLE color: 7943697.

HSL color Cylindrical-coordinate representation of color #113679: hue angle of 218.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 #113679 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1754121-
CMYK0.860.5500.53
HSL218.65º75.36%27.06%-
HSV(B)218.65º85.95%47.45%-
XYZ54.1418.62-
YUV50.58167.74104.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 121 (47.66% from 255) = 63.02%
R=8.85%
G=28.12%
B=63.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17541210.860.5500.53218.6575.3627.06
Hex1136795637035db4b1b
Octal21661711266706533311333
Binary1000111011011110011010110110111011010111011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113679; }

 p { color: rgb(17,54,121); }

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

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

 a { background-color: rgb(17,54,121); }

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

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

 span { border-color: rgb(17,54,121); }

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