#114F82

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

Shades of Dark Cerulean #114F82

Tints of Dark Cerulean #114F82

Color information

#114F82 (or 0x114F82) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4F and 82. RGB value is (17,79,130). Sum of RGB (Red+Green+Blue) = 17+79+130=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #114F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114F82 is #EEB07D. Grayscale: #424242. Windows color (decimal): -15642750 or 8539921. OLE color: 8539921.

HSL color Cylindrical-coordinate representation of color #114F82: hue angle of 207.08º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114F82 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1779130-
CMYK0.870.3900.49
HSL207.08º76.87%28.82%-
HSV(B)207.08º86.92%50.98%-
XYZ7.067.3222.16-
YUV66.28163.9692.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=7.52%
G=34.96%
B=57.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17791300.870.3900.49207.0876.8728.82
Hex114F825727031cf4d1d
Octal211172021274706131711535
Binary100011001111100000101010111100111011000111001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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