#103A54

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

Shades of Regal Blue #103A54

Tints of Regal Blue #103A54

Color information

#103A54 (or 0x103A54) is unknown color: approx Regal Blue. HEX triplet: 10, 3A and 54. RGB value is (16,58,84). Sum of RGB (Red+Green+Blue) = 16+58+84=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #103A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A54 is #EFC5AB. Grayscale: #303030. Windows color (decimal): -15713708 or 5519888. OLE color: 5519888.

HSL color Cylindrical-coordinate representation of color #103A54: hue angle of 202.94º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103A54 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB165884-
CMYK0.810.3100.67
HSL202.94º68%19.61%-
HSV(B)202.94º80.95%32.94%-
XYZ3.333.788.94-
YUV48.41148.09104.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=10.13%
G=36.71%
B=53.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1658840.810.3100.67202.946819.61
Hex103A54511F043cb4414
Octal207212412137010331310424
Binary1000011101010101001010001111110100001111001011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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