#11385A

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

Shades of Regal Blue #11385A

Tints of Regal Blue #11385A

Color information

#11385A (or 0x11385A) is unknown color: approx Regal Blue. HEX triplet: 11, 38 and 5A. RGB value is (17,56,90). Sum of RGB (Red+Green+Blue) = 17+56+90=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #11385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11385A is #EEC7A5. Grayscale: #303030. Windows color (decimal): -15648678 or 5912593. OLE color: 5912593.

HSL color Cylindrical-coordinate representation of color #11385A: hue angle of 207.95º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11385A is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB175690-
CMYK0.810.3800.65
HSL207.95º68.22%20.98%-
HSV(B)207.95º81.11%35.29%-
XYZ3.493.6910.2-
YUV48.22151.58105.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=10.43%
G=34.36%
B=55.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1756900.810.3800.65207.9568.2220.98
Hex11385A5126041d04415
Octal217013212146010132010425
Binary10001111000101101010100011001100100000111010000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11385A; }

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

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

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

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

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

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

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

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