#103859

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

Shades of Regal Blue #103859

Tints of Regal Blue #103859

Color information

#103859 (or 0x103859) is unknown color: approx Regal Blue. HEX triplet: 10, 38 and 59. RGB value is (16,56,89). Sum of RGB (Red+Green+Blue) = 16+56+89=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #103859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103859 is #EFC7A6. Grayscale: #2F2F2F. Windows color (decimal): -15714215 or 5847056. OLE color: 5847056.

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

Color convert

RGB165689-
CMYK0.820.3700.65
HSL207.12º69.52%20.59%-
HSV(B)207.12º82.02%34.9%-
XYZ3.433.669.98-
YUV47.8151.25105.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=9.94%
G=34.78%
B=55.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1656890.820.3700.65207.1269.5220.59
Hex1038595225041cf4615
Octal207013112245010131710625
Binary10000111000101100110100101001010100000111001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103859; }

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

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

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

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

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

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

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

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