#114C7A

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

Shades of Dark Cerulean #114C7A

Tints of Dark Cerulean #114C7A

Color information

#114C7A (or 0x114C7A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4C and 7A. RGB value is (17,76,122). Sum of RGB (Red+Green+Blue) = 17+76+122=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #114C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C7A is #EEB385. Grayscale: #3F3F3F. Windows color (decimal): -15643526 or 8014865. OLE color: 8014865.

HSL color Cylindrical-coordinate representation of color #114C7A: hue angle of 206.29º 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 #114C7A is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1776122-
CMYK0.860.3800.52
HSL206.29º75.54%27.25%-
HSV(B)206.29º86.07%47.84%-
XYZ6.336.6919.37-
YUV63.6160.9594.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=7.91%
G=35.35%
B=56.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17761220.860.3800.52206.2975.5427.25
Hex114C7A5626034ce4c1b
Octal211141721264606431611433
Binary10001100110011110101010110100110011010011001110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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