#103556

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

Shades of Regal Blue #103556

Tints of Regal Blue #103556

Color information

#103556 (or 0x103556) is unknown color: approx Regal Blue. HEX triplet: 10, 35 and 56. RGB value is (16,53,86). Sum of RGB (Red+Green+Blue) = 16+53+86=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #103556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103556 is #EFCAA9. Grayscale: #2D2D2D. Windows color (decimal): -15714986 or 5649680. OLE color: 5649680.

HSL color Cylindrical-coordinate representation of color #103556: hue angle of 208.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103556 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB165386-
CMYK0.810.3800.66
HSL208.29º68.63%20%-
HSV(B)208.29º81.4%33.73%-
XYZ3.173.339.28-
YUV45.7150.74106.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=10.32%
G=34.19%
B=55.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1653860.810.3800.66208.2968.6320
Hex1035565126042d04514
Octal206512612146010232010524
Binary10000110101101011010100011001100100001011010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103556; }

 p { color: rgb(16,53,86); }

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

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

 a { background-color: rgb(16,53,86); }

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

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

 span { border-color: rgb(16,53,86); }

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