#103255

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

Shades of Regal Blue #103255

Tints of Regal Blue #103255

Color information

#103255 (or 0x103255) is unknown color: approx Regal Blue. HEX triplet: 10, 32 and 55. RGB value is (16,50,85). Sum of RGB (Red+Green+Blue) = 16+50+85=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #103255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103255 is #EFCDAA. Grayscale: #2B2B2B. Windows color (decimal): -15715755 or 5583376. OLE color: 5583376.

HSL color Cylindrical-coordinate representation of color #103255: hue angle of 210.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103255 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB165085-
CMYK0.810.4100.67
HSL210.43º68.32%19.8%-
HSV(B)210.43º81.18%33.33%-
XYZ2.993.059.02-
YUV43.82151.24108.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=10.60%
G=33.11%
B=56.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1650850.810.4100.67210.4368.3219.8
Hex1032555129043d24414
Octal206212512151010332210424
Binary10000110010101010110100011010010100001111010010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103255; }

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

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

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

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

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

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

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

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