#103951

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

Shades of Regal Blue #103951

Tints of Regal Blue #103951

Color information

#103951 (or 0x103951) is unknown color: approx Regal Blue. HEX triplet: 10, 39 and 51. RGB value is (16,57,81). Sum of RGB (Red+Green+Blue) = 16+57+81=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #103951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103951 is #EFC6AE. Grayscale: #2F2F2F. Windows color (decimal): -15713967 or 5323024. OLE color: 5323024.

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

Color convert

RGB165781-
CMYK0.800.3000.68
HSL202.15º67.01%19.02%-
HSV(B)202.15º80.25%31.76%-
XYZ3.163.638.32-
YUV47.48146.92105.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=10.39%
G=37.01%
B=52.60%

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
Decimal1657810.800.3000.68202.1567.0119.02
Hex103951501E044ca4313
Octal207112112036010431210323
Binary1000011100110100011010000111100100010011001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103951; }

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

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

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

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

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

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

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

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