#103957

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

Shades of Regal Blue #103957

Tints of Regal Blue #103957

Color information

#103957 (or 0x103957) is unknown color: approx Regal Blue. HEX triplet: 10, 39 and 57. RGB value is (16,57,87). Sum of RGB (Red+Green+Blue) = 16+57+87=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #103957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103957 is #EFC6A8. Grayscale: #2F2F2F. Windows color (decimal): -15713961 or 5716240. OLE color: 5716240.

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

Color convert

RGB165787-
CMYK0.820.3400.66
HSL205.35º68.93%20.2%-
HSV(B)205.35º81.61%34.12%-
XYZ3.43.729.56-
YUV48.16149.92105.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=10%
G=35.62%
B=54.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1657870.820.3400.66205.3568.9320.2
Hex1039575222042cd4514
Octal207112712242010231510524
Binary10000111001101011110100101000100100001011001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103957; }

 p { color: rgb(16,57,87); }

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

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

 a { background-color: rgb(16,57,87); }

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

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

 span { border-color: rgb(16,57,87); }

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