#114177

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

Shades of Dark Cerulean #114177

Tints of Dark Cerulean #114177

Color information

#114177 (or 0x114177) is unknown color: approx Dark Cerulean. HEX triplet: 11, 41 and 77. RGB value is (17,65,119). Sum of RGB (Red+Green+Blue) = 17+65+119=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #114177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114177 is #EEBE88. Grayscale: #383838. Windows color (decimal): -15646345 or 7815441. OLE color: 7815441.

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

Color convert

RGB1765119-
CMYK0.860.4500.53
HSL211.76º75%26.67%-
HSV(B)211.76º85.71%46.67%-
XYZ5.455.2318.18-
YUV56.8163.199.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=8.46%
G=32.34%
B=59.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17651190.860.4500.53211.767526.67
Hex114177562D035d44b1b
Octal211011671265506532411333
Binary10001100000111101111010110101101011010111010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114177; }

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

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

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

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

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

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

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

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