#114D95

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

Shades of Dark Cerulean #114D95

Tints of Dark Cerulean #114D95

Color information

#114D95 (or 0x114D95) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4D and 95. RGB value is (17,77,149). Sum of RGB (Red+Green+Blue) = 17+77+149=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #114D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D95 is #EEB26A. Grayscale: #424242. Windows color (decimal): -15643243 or 9784593. OLE color: 9784593.

HSL color Cylindrical-coordinate representation of color #114D95: hue angle of 212.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114D95 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1777149-
CMYK0.890.4800.42
HSL212.73º79.52%32.55%-
HSV(B)212.73º88.59%58.43%-
XYZ8.317.629.46-
YUV67.27174.1292.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=7.00%
G=31.69%
B=61.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17771490.890.4800.42212.7379.5232.55
Hex114D95593002Ad55021
Octal211152251316005232512041
Binary1000110011011001010110110011100000101010110101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,77,149); }

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

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

 a { background-color: rgb(17,77,149); }

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

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

 span { border-color: rgb(17,77,149); }

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