#114175

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

Shades of Dark Cerulean #114175

Tints of Dark Cerulean #114175

Color information

#114175 (or 0x114175) is unknown color: approx Dark Cerulean. HEX triplet: 11, 41 and 75. RGB value is (17,65,117). Sum of RGB (Red+Green+Blue) = 17+65+117=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #114175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114175 is #EEBE8A. Grayscale: #383838. Windows color (decimal): -15646347 or 7684369. OLE color: 7684369.

HSL color Cylindrical-coordinate representation of color #114175: hue angle of 211.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114175 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1765117-
CMYK0.850.4400.54
HSL211.2º74.63%26.27%-
HSV(B)211.2º85.47%45.88%-
XYZ5.335.1817.55-
YUV56.58162.199.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=8.54%
G=32.66%
B=58.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17651170.850.4400.54211.274.6326.27
Hex114175552C036d34b1a
Octal211011651255406632311332
Binary10001100000111101011010101101100011011011010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114175; }

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

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

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

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

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

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

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

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