#103256

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

Shades of Regal Blue #103256

Tints of Regal Blue #103256

Color information

#103256 (or 0x103256) is unknown color: approx Regal Blue. HEX triplet: 10, 32 and 56. RGB value is (16,50,86). Sum of RGB (Red+Green+Blue) = 16+50+86=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #103256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103256 is #EFCDA9. Grayscale: #2B2B2B. Windows color (decimal): -15715754 or 5648912. OLE color: 5648912.

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

Color convert

RGB165086-
CMYK0.810.4200.66
HSL210.86º68.63%20%-
HSV(B)210.86º81.4%33.73%-
XYZ3.033.069.24-
YUV43.94151.74108.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=10.53%
G=32.89%
B=56.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1650860.810.4200.66210.8668.6320
Hex103256512A042d34514
Octal206212612152010232310524
Binary10000110010101011010100011010100100001011010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103256; }

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

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

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

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

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

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

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

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