#114C8B

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

Shades of Dark Cerulean #114C8B

Tints of Dark Cerulean #114C8B

Color information

#114C8B (or 0x114C8B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4C and 8B. RGB value is (17,76,139). Sum of RGB (Red+Green+Blue) = 17+76+139=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #114C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C8B is #EEB374. Grayscale: #414141. Windows color (decimal): -15643509 or 9128977. OLE color: 9128977.

HSL color Cylindrical-coordinate representation of color #114C8B: hue angle of 210.98º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114C8B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1776139-
CMYK0.880.4500.45
HSL210.98º78.21%30.59%-
HSV(B)210.98º87.77%54.51%-
XYZ7.487.1525.41-
YUV65.54169.4593.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=7.33%
G=32.76%
B=59.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17761390.880.4500.45210.9878.2130.59
Hex114C8B582D02Dd34e1f
Octal211142131305505532311637
Binary100011001100100010111011000101101010110111010011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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