#103156

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

Shades of Regal Blue #103156

Tints of Regal Blue #103156

Color information

#103156 (or 0x103156) is unknown color: approx Regal Blue. HEX triplet: 10, 31 and 56. RGB value is (16,49,86). Sum of RGB (Red+Green+Blue) = 16+49+86=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #103156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103156 is #EFCEA9. Grayscale: #2B2B2B. Windows color (decimal): -15716010 or 5648656. OLE color: 5648656.

HSL color Cylindrical-coordinate representation of color #103156: hue angle of 211.71º 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 #103156 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB164986-
CMYK0.810.4300.66
HSL211.71º68.63%20%-
HSV(B)211.71º81.4%33.73%-
XYZ2.992.989.22-
YUV43.35152.07108.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=10.60%
G=32.45%
B=56.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1649860.810.4300.66211.7168.6320
Hex103156512B042d44514
Octal206112612153010232410524
Binary10000110001101011010100011010110100001011010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103156; }

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

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

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

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

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

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

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

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