#103155

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

Shades of Regal Blue #103155

Tints of Regal Blue #103155

Color information

#103155 (or 0x103155) is unknown color: approx Regal Blue. HEX triplet: 10, 31 and 55. RGB value is (16,49,85). Sum of RGB (Red+Green+Blue) = 16+49+85=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #103155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103155 is #EFCEAA. Grayscale: #2B2B2B. Windows color (decimal): -15716011 or 5583120. OLE color: 5583120.

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

Color convert

RGB164985-
CMYK0.810.4200.67
HSL211.3º68.32%19.8%-
HSV(B)211.3º81.18%33.33%-
XYZ2.952.969.01-
YUV43.24151.57108.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 85 (33.59% from 255) = 56.67%
R=10.67%
G=32.67%
B=56.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1649850.810.4200.67211.368.3219.8
Hex103155512A043d34414
Octal206112512152010332310424
Binary10000110001101010110100011010100100001111010011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103155; }

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

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

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

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

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

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

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

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