#103955

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

Shades of Regal Blue #103955

Tints of Regal Blue #103955

Color information

#103955 (or 0x103955) is unknown color: approx Regal Blue. HEX triplet: 10, 39 and 55. RGB value is (16,57,85). Sum of RGB (Red+Green+Blue) = 16+57+85=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #103955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103955 is #EFC6AA. Grayscale: #2F2F2F. Windows color (decimal): -15713963 or 5585168. OLE color: 5585168.

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

Color convert

RGB165785-
CMYK0.810.3300.67
HSL204.35º68.32%19.8%-
HSV(B)204.35º81.18%33.33%-
XYZ3.323.699.13-
YUV47.93148.92105.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=10.13%
G=36.08%
B=53.80%

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
Decimal1657850.810.3300.67204.3568.3219.8
Hex1039555121043cc4414
Octal207112512141010331410424
Binary10000111001101010110100011000010100001111001100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103955; }

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

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

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

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

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

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

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

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