#113A83

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

Shades of Dark Cerulean #113A83

Tints of Dark Cerulean #113A83

Color information

#113A83 (or 0x113A83) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3A and 83. RGB value is (17,58,131). Sum of RGB (Red+Green+Blue) = 17+58+131=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #113A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A83 is #EEC57C. Grayscale: #353535. Windows color (decimal): -15648125 or 8600081. OLE color: 8600081.

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

Color convert

RGB1758131-
CMYK0.870.5600.49
HSL218.42º77.03%29.02%-
HSV(B)218.42º87.02%51.37%-
XYZ5.844.7822.09-
YUV54.06171.42101.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 131 (51.56% from 255) = 63.59%
R=8.25%
G=28.16%
B=63.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17581310.870.5600.49218.4277.0329.02
Hex113A835738031da4d1d
Octal21722031277006133211535
Binary10001111010100000111010111111000011000111011010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,58,131); }

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

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

 a { background-color: rgb(17,58,131); }

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

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

 span { border-color: rgb(17,58,131); }

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