#103959

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

Shades of Regal Blue #103959

Tints of Regal Blue #103959

Color information

#103959 (or 0x103959) is unknown color: approx Regal Blue. HEX triplet: 10, 39 and 59. RGB value is (16,57,89). Sum of RGB (Red+Green+Blue) = 16+57+89=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #103959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103959 is #EFC6A6. Grayscale: #303030. Windows color (decimal): -15713959 or 5847312. OLE color: 5847312.

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

Color convert

RGB165789-
CMYK0.820.3600.65
HSL206.3º69.52%20.59%-
HSV(B)206.3º82.02%34.9%-
XYZ3.483.769.99-
YUV48.39150.92104.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=9.88%
G=35.19%
B=54.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1657890.820.3600.65206.369.5220.59
Hex1039595224041ce4615
Octal207113112244010131610625
Binary10000111001101100110100101001000100000111001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103959; }

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

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

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

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

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

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

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

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