#103952

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

Shades of Regal Blue #103952

Tints of Regal Blue #103952

Color information

#103952 (or 0x103952) is unknown color: approx Regal Blue. HEX triplet: 10, 39 and 52. RGB value is (16,57,82). Sum of RGB (Red+Green+Blue) = 16+57+82=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #103952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103952 is #EFC6AD. Grayscale: #2F2F2F. Windows color (decimal): -15713966 or 5388560. OLE color: 5388560.

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

Color convert

RGB165782-
CMYK0.800.3000.68
HSL202.73º67.35%19.22%-
HSV(B)202.73º80.49%32.16%-
XYZ3.23.658.52-
YUV47.59147.42105.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=10.32%
G=36.77%
B=52.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1657820.800.3000.68202.7367.3519.22
Hex103952501E044cb4313
Octal207112212036010431310323
Binary1000011100110100101010000111100100010011001011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103952; }

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

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

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

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

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

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

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

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