#103F61

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

Shades of Regal Blue #103F61

Tints of Regal Blue #103F61

Color information

#103F61 (or 0x103F61) is unknown color: approx Regal Blue. HEX triplet: 10, 3F and 61. RGB value is (16,63,97). Sum of RGB (Red+Green+Blue) = 16+63+97=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #103F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F61 is #EFC09E. Grayscale: #343434. Windows color (decimal): -15712415 or 6373136. OLE color: 6373136.

HSL color Cylindrical-coordinate representation of color #103F61: hue angle of 205.19º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103F61 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB166397-
CMYK0.840.3500.62
HSL205.19º71.68%22.16%-
HSV(B)205.19º83.51%38.04%-
XYZ4.154.5311.96-
YUV52.82152.93101.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=9.09%
G=35.80%
B=55.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1663970.840.3500.62205.1971.6822.16
Hex103F61542303Ecd4816
Octal20771411244307631511026
Binary1000011111111000011010100100011011111011001101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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