#103A59

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

Shades of Regal Blue #103A59

Tints of Regal Blue #103A59

Color information

#103A59 (or 0x103A59) is unknown color: approx Regal Blue. HEX triplet: 10, 3A and 59. RGB value is (16,58,89). Sum of RGB (Red+Green+Blue) = 16+58+89=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #103A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A59 is #EFC5A6. Grayscale: #303030. Windows color (decimal): -15713703 or 5847568. OLE color: 5847568.

HSL color Cylindrical-coordinate representation of color #103A59: hue angle of 205.48º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103A59 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB165889-
CMYK0.820.3500.65
HSL205.48º69.52%20.59%-
HSV(B)205.48º82.02%34.9%-
XYZ3.533.8610.01-
YUV48.98150.59104.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=9.82%
G=35.58%
B=54.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1658890.820.3500.65205.4869.5220.59
Hex103A595223041cd4615
Octal207213112243010131510625
Binary10000111010101100110100101000110100000111001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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