#103A52

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

Shades of Regal Blue #103A52

Tints of Regal Blue #103A52

Color information

#103A52 (or 0x103A52) is unknown color: approx Regal Blue. HEX triplet: 10, 3A and 52. RGB value is (16,58,82). Sum of RGB (Red+Green+Blue) = 16+58+82=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #103A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A52 is #EFC5AD. Grayscale: #303030. Windows color (decimal): -15713710 or 5388816. OLE color: 5388816.

HSL color Cylindrical-coordinate representation of color #103A52: hue angle of 201.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103A52 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB165882-
CMYK0.800.2900.68
HSL201.82º67.35%19.22%-
HSV(B)201.82º80.49%32.16%-
XYZ3.253.758.53-
YUV48.18147.09105.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=10.26%
G=37.18%
B=52.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1658820.800.2900.68201.8267.3519.22
Hex103A52501D044ca4313
Octal207212212035010431210323
Binary1000011101010100101010000111010100010011001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A52; }

 p { color: rgb(16,58,82); }

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

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

 a { background-color: rgb(16,58,82); }

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

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

 span { border-color: rgb(16,58,82); }

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