#103D54

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

Shades of Regal Blue #103D54

Tints of Regal Blue #103D54

Color information

#103D54 (or 0x103D54) is unknown color: approx Regal Blue. HEX triplet: 10, 3D and 54. RGB value is (16,61,84). Sum of RGB (Red+Green+Blue) = 16+61+84=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #103D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D54 is #EFC2AB. Grayscale: #323232. Windows color (decimal): -15712940 or 5520656. OLE color: 5520656.

HSL color Cylindrical-coordinate representation of color #103D54: hue angle of 200.29º 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 #103D54 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB166184-
CMYK0.810.2700.67
HSL200.29º68%19.61%-
HSV(B)200.29º80.95%32.94%-
XYZ3.484.098.99-
YUV50.17147.09103.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=9.94%
G=37.89%
B=52.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1661840.810.2700.67200.296819.61
Hex103D54511B043c84414
Octal207512412133010331010424
Binary1000011110110101001010001110110100001111001000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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