#103055

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

Shades of Regal Blue #103055

Tints of Regal Blue #103055

Color information

#103055 (or 0x103055) is unknown color: approx Regal Blue. HEX triplet: 10, 30 and 55. RGB value is (16,48,85). Sum of RGB (Red+Green+Blue) = 16+48+85=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #103055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103055 is #EFCFAA. Grayscale: #2A2A2A. Windows color (decimal): -15716267 or 5582864. OLE color: 5582864.

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

Color convert

RGB164885-
CMYK0.810.4400.67
HSL212.17º68.32%19.8%-
HSV(B)212.17º81.18%33.33%-
XYZ2.912.889-
YUV42.65151.9108.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 85 (33.59% from 255) = 57.05%
R=10.74%
G=32.21%
B=57.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1648850.810.4400.67212.1768.3219.8
Hex103055512C043d44414
Octal206012512154010332410424
Binary10000110000101010110100011011000100001111010100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103055; }

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

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

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

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

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

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

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

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