#103856

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

Shades of Regal Blue #103856

Tints of Regal Blue #103856

Color information

#103856 (or 0x103856) is unknown color: approx Regal Blue. HEX triplet: 10, 38 and 56. RGB value is (16,56,86). Sum of RGB (Red+Green+Blue) = 16+56+86=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #103856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103856 is #EFC7A9. Grayscale: #2F2F2F. Windows color (decimal): -15714218 or 5650448. OLE color: 5650448.

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

Color convert

RGB165686-
CMYK0.810.3500.66
HSL205.71º68.63%20%-
HSV(B)205.71º81.4%33.73%-
XYZ3.313.619.33-
YUV47.46149.75105.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=10.13%
G=35.44%
B=54.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1656860.810.3500.66205.7168.6320
Hex1038565123042ce4514
Octal207012612143010231610524
Binary10000111000101011010100011000110100001011001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103856; }

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

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

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

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

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

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

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

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