#103651

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

Shades of Regal Blue #103651

Tints of Regal Blue #103651

Color information

#103651 (or 0x103651) is unknown color: approx Regal Blue. HEX triplet: 10, 36 and 51. RGB value is (16,54,81). Sum of RGB (Red+Green+Blue) = 16+54+81=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #103651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103651 is #EFC9AE. Grayscale: #2D2D2D. Windows color (decimal): -15714735 or 5322256. OLE color: 5322256.

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

Color convert

RGB165481-
CMYK0.800.3300.68
HSL204.92º67.01%19.02%-
HSV(B)204.92º80.25%31.76%-
XYZ3.023.348.27-
YUV45.72147.91106.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=10.60%
G=35.76%
B=53.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1654810.800.3300.68204.9267.0119.02
Hex1036515021044cd4313
Octal206612112041010431510323
Binary10000110110101000110100001000010100010011001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103651; }

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

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

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

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

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

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

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

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