#103853

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

Shades of Regal Blue #103853

Tints of Regal Blue #103853

Color information

#103853 (or 0x103853) is unknown color: approx Regal Blue. HEX triplet: 10, 38 and 53. RGB value is (16,56,83). Sum of RGB (Red+Green+Blue) = 16+56+83=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #103853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103853 is #EFC7AC. Grayscale: #2E2E2E. Windows color (decimal): -15714221 or 5453840. OLE color: 5453840.

HSL color Cylindrical-coordinate representation of color #103853: hue angle of 204.18º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103853 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB165683-
CMYK0.810.3300.67
HSL204.18º67.68%19.41%-
HSV(B)204.18º80.72%32.55%-
XYZ3.193.568.7-
YUV47.12148.25105.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=10.32%
G=36.13%
B=53.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1656830.810.3300.67204.1867.6819.41
Hex1038535121043cc4413
Octal207012312141010331410423
Binary10000111000101001110100011000010100001111001100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103853; }

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

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

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

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

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

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

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

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