#103C57

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

Shades of Regal Blue #103C57

Tints of Regal Blue #103C57

Color information

#103C57 (or 0x103C57) is unknown color: approx Regal Blue. HEX triplet: 10, 3C and 57. RGB value is (16,60,87). Sum of RGB (Red+Green+Blue) = 16+60+87=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #103C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C57 is #EFC3A8. Grayscale: #313131. Windows color (decimal): -15713193 or 5717008. OLE color: 5717008.

HSL color Cylindrical-coordinate representation of color #103C57: hue angle of 202.82º 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 #103C57 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB166087-
CMYK0.820.3100.66
HSL202.82º68.93%20.2%-
HSV(B)202.82º81.61%34.12%-
XYZ3.554.039.61-
YUV49.92148.92103.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=9.82%
G=36.81%
B=53.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1660870.820.3100.66202.8268.9320.2
Hex103C57521F042cb4514
Octal207412712237010231310524
Binary1000011110010101111010010111110100001011001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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