#103A57

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

Shades of Regal Blue #103A57

Tints of Regal Blue #103A57

Color information

#103A57 (or 0x103A57) is unknown color: approx Regal Blue. HEX triplet: 10, 3A and 57. RGB value is (16,58,87). Sum of RGB (Red+Green+Blue) = 16+58+87=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #103A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A57 is #EFC5A8. Grayscale: #303030. Windows color (decimal): -15713705 or 5716496. OLE color: 5716496.

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

Color convert

RGB165887-
CMYK0.820.3300.66
HSL204.51º68.93%20.2%-
HSV(B)204.51º81.61%34.12%-
XYZ3.453.829.57-
YUV48.75149.59104.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=9.94%
G=36.02%
B=54.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1658870.820.3300.66204.5168.9320.2
Hex103A575221042cd4514
Octal207212712241010231510524
Binary10000111010101011110100101000010100001011001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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