#103953

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

Shades of Regal Blue #103953

Tints of Regal Blue #103953

Color information

#103953 (or 0x103953) is unknown color: approx Regal Blue. HEX triplet: 10, 39 and 53. RGB value is (16,57,83). Sum of RGB (Red+Green+Blue) = 16+57+83=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #103953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103953 is #EFC6AC. Grayscale: #2F2F2F. Windows color (decimal): -15713965 or 5454096. OLE color: 5454096.

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

Color convert

RGB165783-
CMYK0.810.3100.67
HSL203.28º67.68%19.41%-
HSV(B)203.28º80.72%32.55%-
XYZ3.243.668.72-
YUV47.7147.92105.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=10.26%
G=36.54%
B=53.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1657830.810.3100.67203.2867.6819.41
Hex103953511F043cb4413
Octal207112312137010331310423
Binary1000011100110100111010001111110100001111001011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103953; }

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

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

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

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

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

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

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

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