#103557

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

Shades of Regal Blue #103557

Tints of Regal Blue #103557

Color information

#103557 (or 0x103557) is unknown color: approx Regal Blue. HEX triplet: 10, 35 and 57. RGB value is (16,53,87). Sum of RGB (Red+Green+Blue) = 16+53+87=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #103557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103557 is #EFCAA8. Grayscale: #2D2D2D. Windows color (decimal): -15714985 or 5715216. OLE color: 5715216.

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

Color convert

RGB165387-
CMYK0.820.3900.66
HSL208.73º68.93%20.2%-
HSV(B)208.73º81.61%34.12%-
XYZ3.213.349.49-
YUV45.81151.24106.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=10.26%
G=33.97%
B=55.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1653870.820.3900.66208.7368.9320.2
Hex1035575227042d14514
Octal206512712247010232110524
Binary10000110101101011110100101001110100001011010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103557; }

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

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

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

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

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

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

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

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