#103152

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

Shades of Regal Blue #103152

Tints of Regal Blue #103152

Color information

#103152 (or 0x103152) is unknown color: approx Regal Blue. HEX triplet: 10, 31 and 52. RGB value is (16,49,82). Sum of RGB (Red+Green+Blue) = 16+49+82=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #103152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103152 is #EFCEAD. Grayscale: #2A2A2A. Windows color (decimal): -15716014 or 5386512. OLE color: 5386512.

HSL color Cylindrical-coordinate representation of color #103152: hue angle of 210º 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 #103152 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB164982-
CMYK0.800.4000.68
HSL210º67.35%19.22%-
HSV(B)210º80.49%32.16%-
XYZ2.832.928.4-
YUV42.9150.07108.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=10.88%
G=33.33%
B=55.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1649820.800.4000.6821067.3519.22
Hex1031525028044d24313
Octal206112212050010432210323
Binary10000110001101001010100001010000100010011010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103152; }

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

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

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

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

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

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

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

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