#114573

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

Shades of Dark Cerulean #114573

Tints of Dark Cerulean #114573

Color information

#114573 (or 0x114573) is unknown color: approx Dark Cerulean. HEX triplet: 11, 45 and 73. RGB value is (17,69,115). Sum of RGB (Red+Green+Blue) = 17+69+115=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #114573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114573 is #EEBA8C. Grayscale: #3A3A3A. Windows color (decimal): -15645325 or 7554321. OLE color: 7554321.

HSL color Cylindrical-coordinate representation of color #114573: hue angle of 208.16º 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 #114573 is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1769115-
CMYK0.850.400.55
HSL208.16º74.24%25.88%-
HSV(B)208.16º85.22%45.1%-
XYZ5.455.6117.02-
YUV58.7159.7798.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=8.46%
G=34.33%
B=57.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17691150.850.400.55208.1674.2425.88
Hex1145735528037d04a1a
Octal211051631255006732011232
Binary10001100010111100111010101101000011011111010000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114573; }

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

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

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

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

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

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

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

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