#103E56

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

Shades of Regal Blue #103E56

Tints of Regal Blue #103E56

Color information

#103E56 (or 0x103E56) is unknown color: approx Regal Blue. HEX triplet: 10, 3E and 56. RGB value is (16,62,86). Sum of RGB (Red+Green+Blue) = 16+62+86=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #103E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E56 is #EFC1A9. Grayscale: #323232. Windows color (decimal): -15712682 or 5651984. OLE color: 5651984.

HSL color Cylindrical-coordinate representation of color #103E56: hue angle of 200.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103E56 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB166286-
CMYK0.810.2800.66
HSL200.57º68.63%20%-
HSV(B)200.57º81.4%33.73%-
XYZ3.624.239.43-
YUV50.98147.76103.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 86 (33.98% from 255) = 52.44%
R=9.76%
G=37.80%
B=52.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1662860.810.2800.66200.5768.6320
Hex103E56511C042c94514
Octal207612612134010231110524
Binary1000011111010101101010001111000100001011001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,62,86); }

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

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

 a { background-color: rgb(16,62,86); }

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

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

 span { border-color: rgb(16,62,86); }

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