#114E82

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

Shades of Dark Cerulean #114E82

Tints of Dark Cerulean #114E82

Color information

#114E82 (or 0x114E82) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4E and 82. RGB value is (17,78,130). Sum of RGB (Red+Green+Blue) = 17+78+130=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #114E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114E82 is #EEB17D. Grayscale: #414141. Windows color (decimal): -15643006 or 8539665. OLE color: 8539665.

HSL color Cylindrical-coordinate representation of color #114E82: hue angle of 207.61º 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 #114E82 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1778130-
CMYK0.870.4000.49
HSL207.61º76.87%28.82%-
HSV(B)207.61º86.92%50.98%-
XYZ6.987.1822.14-
YUV65.69164.2993.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=7.56%
G=34.67%
B=57.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17781300.870.4000.49207.6176.8728.82
Hex114E825728031d04d1d
Octal211162021275006132011535
Binary100011001110100000101010111101000011000111010000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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