#113E62

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

Shades of Regal Blue #113E62

Tints of Regal Blue #113E62

Color information

#113E62 (or 0x113E62) is unknown color: approx Regal Blue. HEX triplet: 11, 3E and 62. RGB value is (17,62,98). Sum of RGB (Red+Green+Blue) = 17+62+98=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #113E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E62 is #EEC19D. Grayscale: #343434. Windows color (decimal): -15647134 or 6438417. OLE color: 6438417.

HSL color Cylindrical-coordinate representation of color #113E62: hue angle of 206.67º 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 #113E62 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB176298-
CMYK0.830.3700.62
HSL206.67º70.43%22.55%-
HSV(B)206.67º82.65%38.43%-
XYZ4.164.4512.19-
YUV52.65153.59102.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=9.60%
G=35.03%
B=55.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1762980.830.3700.62206.6770.4322.55
Hex113E62532503Ecf4617
Octal21761421234507631710627
Binary1000111111011000101010011100101011111011001111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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