#113857

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

Shades of Regal Blue #113857

Tints of Regal Blue #113857

Color information

#113857 (or 0x113857) is unknown color: approx Regal Blue. HEX triplet: 11, 38 and 57. RGB value is (17,56,87). Sum of RGB (Red+Green+Blue) = 17+56+87=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #113857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113857 is #EEC7A8. Grayscale: #2F2F2F. Windows color (decimal): -15648681 or 5715985. OLE color: 5715985.

HSL color Cylindrical-coordinate representation of color #113857: hue angle of 206.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113857 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB175687-
CMYK0.800.3600.66
HSL206.57º67.31%20.39%-
HSV(B)206.57º80.46%34.12%-
XYZ3.373.649.54-
YUV47.87150.08105.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=10.62%
G=35%
B=54.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1756870.800.3600.66206.5767.3120.39
Hex1138575024042cf4314
Octal217012712044010231710324
Binary10001111000101011110100001001000100001011001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113857; }

 p { color: rgb(17,56,87); }

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

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

 a { background-color: rgb(17,56,87); }

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

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

 span { border-color: rgb(17,56,87); }

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