#114C6E

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

Shades of Dark Cerulean #114C6E

Tints of Dark Cerulean #114C6E

Color information

#114C6E (or 0x114C6E) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4C and 6E. RGB value is (17,76,110). Sum of RGB (Red+Green+Blue) = 17+76+110=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #114C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C6E is #EEB391. Grayscale: #3E3E3E. Windows color (decimal): -15643538 or 7228433. OLE color: 7228433.

HSL color Cylindrical-coordinate representation of color #114C6E: hue angle of 201.94º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114C6E is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1776110-
CMYK0.850.3100.57
HSL201.94º73.23%24.9%-
HSV(B)201.94º84.55%43.14%-
XYZ5.636.4115.69-
YUV62.23154.9595.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=8.37%
G=37.44%
B=54.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17761100.850.3100.57201.9473.2324.9
Hex114C6E551F039ca4919
Octal211141561253707131211131
Binary1000110011001101110101010111111011100111001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,110); }

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

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

 a { background-color: rgb(17,76,110); }

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

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

 span { border-color: rgb(17,76,110); }

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