#114f7f

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

Shades of Dark Cerulean #114F7F

Tints of Dark Cerulean #114F7F

Color information

#114F7F (or 0x114F7F) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4F and 7F. RGB value is (17,79,127). Sum of RGB (Red+Green+Blue) = 17+79+127=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #114F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F7F is #EEB080. Grayscale: #414141. Windows color (decimal): -15642753 or 8343313. OLE color: 8343313.

HSL color Cylindrical-coordinate representation of color #114F7F: hue angle of 206.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114F7F is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1779127-
CMYK0.870.3800.50
HSL206.18º76.39%28.24%-
HSV(B)206.18º86.61%49.8%-
XYZ6.867.2421.12-
YUV65.93162.4693.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 127 (50% from 255) = 56.95%
R=7.62%
G=35.43%
B=56.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17791270.870.3800.50206.1876.3928.24
Hex114F7F5726032ce4c1c
Octal211171771274606231611434
Binary10001100111111111111010111100110011001011001110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,79,127); }

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

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

 a { background-color: rgb(17,79,127); }

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

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

 span { border-color: rgb(17,79,127); }

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