#114B79

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

Shades of Dark Cerulean #114B79

Tints of Dark Cerulean #114B79

Color information

#114B79 (or 0x114B79) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4B and 79. RGB value is (17,75,121). Sum of RGB (Red+Green+Blue) = 17+75+121=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #114B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B79 is #EEB486. Grayscale: #3E3E3E. Windows color (decimal): -15643783 or 7949073. OLE color: 7949073.

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

Color convert

RGB1775121-
CMYK0.860.3800.53
HSL206.54º75.36%27.06%-
HSV(B)206.54º85.95%47.45%-
XYZ6.26.5319.02-
YUV62.9160.7895.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=7.98%
G=35.21%
B=56.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17751210.860.3800.53206.5475.3627.06
Hex114B795626035cf4b1b
Octal211131711264606531711333
Binary10001100101111110011010110100110011010111001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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