#103A53

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

Shades of Regal Blue #103A53

Tints of Regal Blue #103A53

Color information

#103A53 (or 0x103A53) is unknown color: approx Regal Blue. HEX triplet: 10, 3A and 53. RGB value is (16,58,83). Sum of RGB (Red+Green+Blue) = 16+58+83=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #103A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A53 is #EFC5AC. Grayscale: #303030. Windows color (decimal): -15713709 or 5454352. OLE color: 5454352.

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

Color convert

RGB165883-
CMYK0.810.3000.67
HSL202.39º67.68%19.41%-
HSV(B)202.39º80.72%32.55%-
XYZ3.293.768.74-
YUV48.29147.59104.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=10.19%
G=36.94%
B=52.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1658830.810.3000.67202.3967.6819.41
Hex103A53511E043ca4413
Octal207212312136010331210423
Binary1000011101010100111010001111100100001111001010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A53; }

 p { color: rgb(16,58,83); }

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

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

 a { background-color: rgb(16,58,83); }

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

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

 span { border-color: rgb(16,58,83); }

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