#114A73

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

Shades of Dark Cerulean #114A73

Tints of Dark Cerulean #114A73

Color information

#114A73 (or 0x114A73) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4A and 73. RGB value is (17,74,115). Sum of RGB (Red+Green+Blue) = 17+74+115=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #114A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A73 is #EEB58C. Grayscale: #3D3D3D. Windows color (decimal): -15644045 or 7555601. OLE color: 7555601.

HSL color Cylindrical-coordinate representation of color #114A73: hue angle of 205.1º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114A73 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1774115-
CMYK0.850.3600.55
HSL205.1º74.24%25.88%-
HSV(B)205.1º85.22%45.1%-
XYZ5.776.2517.12-
YUV61.63158.1296.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=8.25%
G=35.92%
B=55.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17741150.850.3600.55205.174.2425.88
Hex114A735524037cd4a1a
Octal211121631254406731511232
Binary10001100101011100111010101100100011011111001101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,74,115); }

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

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

 a { background-color: rgb(17,74,115); }

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

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

 span { border-color: rgb(17,74,115); }

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