#113F62

Color #113F62 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #113F62

Tints of Regal Blue #113F62

Color information

#113F62 (or 0x113F62) is unknown color: approx Regal Blue. HEX triplet: 11, 3F and 62. RGB value is (17,63,98). Sum of RGB (Red+Green+Blue) = 17+63+98=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #113F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F62 is #EEC09D. Grayscale: #353535. Windows color (decimal): -15646878 or 6438673. OLE color: 6438673.

HSL color Cylindrical-coordinate representation of color #113F62: hue angle of 205.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113F62 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB176398-
CMYK0.830.3600.62
HSL205.93º70.43%22.55%-
HSV(B)205.93º82.65%38.43%-
XYZ4.214.5612.21-
YUV53.24153.26102.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=9.55%
G=35.39%
B=55.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1763980.830.3600.62205.9370.4322.55
Hex113F62532403Ece4617
Octal21771421234407631610627
Binary1000111111111000101010011100100011111011001110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,63,98); }

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

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

 a { background-color: rgb(17,63,98); }

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

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

 span { border-color: rgb(17,63,98); }

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