#103251

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

Shades of Regal Blue #103251

Tints of Regal Blue #103251

Color information

#103251 (or 0x103251) is unknown color: approx Regal Blue. HEX triplet: 10, 32 and 51. RGB value is (16,50,81). Sum of RGB (Red+Green+Blue) = 16+50+81=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #103251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103251 is #EFCDAE. Grayscale: #2B2B2B. Windows color (decimal): -15715759 or 5321232. OLE color: 5321232.

HSL color Cylindrical-coordinate representation of color #103251: hue angle of 208.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103251 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB165081-
CMYK0.800.3800.68
HSL208.62º67.01%19.02%-
HSV(B)208.62º80.25%31.76%-
XYZ2.842.998.21-
YUV43.37149.24108.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=10.88%
G=34.01%
B=55.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1650810.800.3800.68208.6267.0119.02
Hex1032515026044d14313
Octal206212112046010432110323
Binary10000110010101000110100001001100100010011010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103251; }

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

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

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

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

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

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

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

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