#114B78

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

Shades of Dark Cerulean #114B78

Tints of Dark Cerulean #114B78

Color information

#114B78 (or 0x114B78) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4B and 78. RGB value is (17,75,120). Sum of RGB (Red+Green+Blue) = 17+75+120=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #114B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B78 is #EEB487. Grayscale: #3E3E3E. Windows color (decimal): -15643784 or 7883537. OLE color: 7883537.

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

Color convert

RGB1775120-
CMYK0.860.3700.53
HSL206.21º75.18%26.86%-
HSV(B)206.21º85.83%47.06%-
XYZ6.146.5118.7-
YUV62.79160.2895.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=8.02%
G=35.38%
B=56.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17751200.860.3700.53206.2175.1826.86
Hex114B785625035ce4b1b
Octal211131701264506531611333
Binary10001100101111110001010110100101011010111001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,75,120); }

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

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

 a { background-color: rgb(17,75,120); }

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

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

 span { border-color: rgb(17,75,120); }

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