#103D5A

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

Shades of Regal Blue #103D5A

Tints of Regal Blue #103D5A

Color information

#103D5A (or 0x103D5A) is unknown color: approx Regal Blue. HEX triplet: 10, 3D and 5A. RGB value is (16,61,90). Sum of RGB (Red+Green+Blue) = 16+61+90=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #103D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D5A is #EFC2A5. Grayscale: #323232. Windows color (decimal): -15712934 or 5913872. OLE color: 5913872.

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

Color convert

RGB166190-
CMYK0.820.3200.65
HSL203.51º69.81%20.78%-
HSV(B)203.51º82.22%35.29%-
XYZ3.734.1910.28-
YUV50.85150.09103.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=9.58%
G=36.53%
B=53.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1661900.820.3200.65203.5169.8120.78
Hex103D5A5220041cc4615
Octal207513212240010131410625
Binary10000111101101101010100101000000100000111001100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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