#103C56

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

Shades of Regal Blue #103C56

Tints of Regal Blue #103C56

Color information

#103C56 (or 0x103C56) is unknown color: approx Regal Blue. HEX triplet: 10, 3C and 56. RGB value is (16,60,86). Sum of RGB (Red+Green+Blue) = 16+60+86=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #103C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C56 is #EFC3A9. Grayscale: #313131. Windows color (decimal): -15713194 or 5651472. OLE color: 5651472.

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

Color convert

RGB166086-
CMYK0.810.3000.66
HSL202.29º68.63%20%-
HSV(B)202.29º81.4%33.73%-
XYZ3.514.019.39-
YUV49.81148.42103.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=9.88%
G=37.04%
B=53.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1660860.810.3000.66202.2968.6320
Hex103C56511E042ca4514
Octal207412612136010231210524
Binary1000011110010101101010001111100100001011001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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