#103C53

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

Shades of Regal Blue #103C53

Tints of Regal Blue #103C53

Color information

#103C53 (or 0x103C53) is unknown color: approx Regal Blue. HEX triplet: 10, 3C and 53. RGB value is (16,60,83). Sum of RGB (Red+Green+Blue) = 16+60+83=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #103C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C53 is #EFC3AC. Grayscale: #313131. Windows color (decimal): -15713197 or 5454864. OLE color: 5454864.

HSL color Cylindrical-coordinate representation of color #103C53: hue angle of 200.6º 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 #103C53 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB166083-
CMYK0.810.2800.67
HSL200.6º67.68%19.41%-
HSV(B)200.6º80.72%32.55%-
XYZ3.393.978.77-
YUV49.47146.92104.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=10.06%
G=37.74%
B=52.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1660830.810.2800.67200.667.6819.41
Hex103C53511C043c94413
Octal207412312134010331110423
Binary1000011110010100111010001111000100001111001001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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