#103857

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

Shades of Regal Blue #103857

Tints of Regal Blue #103857

Color information

#103857 (or 0x103857) is unknown color: approx Regal Blue. HEX triplet: 10, 38 and 57. RGB value is (16,56,87). Sum of RGB (Red+Green+Blue) = 16+56+87=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #103857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103857 is #EFC7A8. Grayscale: #2F2F2F. Windows color (decimal): -15714217 or 5715984. OLE color: 5715984.

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

Color convert

RGB165687-
CMYK0.820.3600.66
HSL206.2º68.93%20.2%-
HSV(B)206.2º81.61%34.12%-
XYZ3.353.639.54-
YUV47.57150.25105.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=10.06%
G=35.22%
B=54.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1656870.820.3600.66206.268.9320.2
Hex1038575224042ce4514
Octal207012712244010231610524
Binary10000111000101011110100101001000100001011001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103857; }

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

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

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

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

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

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

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

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