#113D73

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

Shades of Dark Cerulean #113D73

Tints of Dark Cerulean #113D73

Color information

#113D73 (or 0x113D73) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3D and 73. RGB value is (17,61,115). Sum of RGB (Red+Green+Blue) = 17+61+115=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #113D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D73 is #EEC28C. Grayscale: #353535. Windows color (decimal): -15647373 or 7552273. OLE color: 7552273.

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

Color convert

RGB1761115-
CMYK0.850.4700.55
HSL213.06º74.24%25.88%-
HSV(B)213.06º85.22%45.1%-
XYZ4.994.6916.86-
YUV54162.42101.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=8.81%
G=31.61%
B=59.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17611150.850.4700.55213.0674.2425.88
Hex113D73552F037d54a1a
Octal21751631255706732511232
Binary1000111110111100111010101101111011011111010101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113D73; }

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

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

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

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

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

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

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

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