#103F5D

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

Shades of Regal Blue #103F5D

Tints of Regal Blue #103F5D

Color information

#103F5D (or 0x103F5D) is unknown color: approx Regal Blue. HEX triplet: 10, 3F and 5D. RGB value is (16,63,93). Sum of RGB (Red+Green+Blue) = 16+63+93=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #103F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F5D is #EFC0A2. Grayscale: #343434. Windows color (decimal): -15712419 or 6110992. OLE color: 6110992.

HSL color Cylindrical-coordinate representation of color #103F5D: hue angle of 203.38º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103F5D is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB166393-
CMYK0.830.3200.64
HSL203.38º70.64%21.37%-
HSV(B)203.38º82.8%36.47%-
XYZ3.974.4611.01-
YUV52.37150.93102.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=9.30%
G=36.63%
B=54.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1663930.830.3200.64203.3870.6421.37
Hex103F5D5320040cb4715
Octal207713512340010031310725
Binary10000111111101110110100111000000100000011001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,63,93); }

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

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

 a { background-color: rgb(16,63,93); }

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

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

 span { border-color: rgb(16,63,93); }

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