#103053

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

Shades of Regal Blue #103053

Tints of Regal Blue #103053

Color information

#103053 (or 0x103053) is unknown color: approx Regal Blue. HEX triplet: 10, 30 and 53. RGB value is (16,48,83). Sum of RGB (Red+Green+Blue) = 16+48+83=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #103053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103053 is #EFCFAC. Grayscale: #2A2A2A. Windows color (decimal): -15716269 or 5451792. OLE color: 5451792.

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

Color convert

RGB164883-
CMYK0.810.4200.67
HSL211.34º67.68%19.41%-
HSV(B)211.34º80.72%32.55%-
XYZ2.832.858.58-
YUV42.42150.9109.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=10.88%
G=32.65%
B=56.46%

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
Decimal1648830.810.4200.67211.3467.6819.41
Hex103053512A043d34413
Octal206012312152010332310423
Binary10000110000101001110100011010100100001111010011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103053; }

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

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

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

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

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

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

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

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