#114B76

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

Shades of Dark Cerulean #114B76

Tints of Dark Cerulean #114B76

Color information

#114B76 (or 0x114B76) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4B and 76. RGB value is (17,75,118). Sum of RGB (Red+Green+Blue) = 17+75+118=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #114B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B76 is #EEB489. Grayscale: #3E3E3E. Windows color (decimal): -15643786 or 7752465. OLE color: 7752465.

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

Color convert

RGB1775118-
CMYK0.860.3600.54
HSL205.54º74.81%26.47%-
HSV(B)205.54º85.59%46.27%-
XYZ6.026.4618.07-
YUV62.56159.2895.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=8.10%
G=35.71%
B=56.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17751180.860.3600.54205.5474.8126.47
Hex114B765624036ce4b1a
Octal211131661264406631611332
Binary10001100101111101101010110100100011011011001110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114B76; }

 p { color: rgb(17,75,118); }

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

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

 a { background-color: rgb(17,75,118); }

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

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

 span { border-color: rgb(17,75,118); }

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