#103453

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

Shades of Regal Blue #103453

Tints of Regal Blue #103453

Color information

#103453 (or 0x103453) is unknown color: approx Regal Blue. HEX triplet: 10, 34 and 53. RGB value is (16,52,83). Sum of RGB (Red+Green+Blue) = 16+52+83=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #103453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103453 is #EFCBAC. Grayscale: #2C2C2C. Windows color (decimal): -15715245 or 5452816. OLE color: 5452816.

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

Color convert

RGB165283-
CMYK0.810.3700.67
HSL207.76º67.68%19.41%-
HSV(B)207.76º80.72%32.55%-
XYZ33.198.64-
YUV44.77149.57107.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=10.60%
G=34.44%
B=54.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1652830.810.3700.67207.7667.6819.41
Hex1034535125043d04413
Octal206412312145010332010423
Binary10000110100101001110100011001010100001111010000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103453; }

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

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

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

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

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

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

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

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