#114E7B

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

Shades of Dark Cerulean #114E7B

Tints of Dark Cerulean #114E7B

Color information

#114E7B (or 0x114E7B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4E and 7B. RGB value is (17,78,123). Sum of RGB (Red+Green+Blue) = 17+78+123=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #114E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E7B is #EEB184. Grayscale: #404040. Windows color (decimal): -15643013 or 8080913. OLE color: 8080913.

HSL color Cylindrical-coordinate representation of color #114E7B: hue angle of 205.47º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114E7B is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1778123-
CMYK0.860.3700.52
HSL205.47º75.71%27.45%-
HSV(B)205.47º86.18%48.24%-
XYZ6.53719.75-
YUV64.89160.7993.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=7.80%
G=35.78%
B=56.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17781230.860.3700.52205.4775.7127.45
Hex114E7B5625034cd4c1b
Octal211161731264506431511433
Binary10001100111011110111010110100101011010011001101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,78,123); }

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

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

 a { background-color: rgb(17,78,123); }

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

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

 span { border-color: rgb(17,78,123); }

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