#104063

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

Shades of Regal Blue #104063

Tints of Regal Blue #104063

Color information

#104063 (or 0x104063) is unknown color: approx Regal Blue. HEX triplet: 10, 40 and 63. RGB value is (16,64,99). Sum of RGB (Red+Green+Blue) = 16+64+99=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #104063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104063 is #EFBF9C. Grayscale: #353535. Windows color (decimal): -15712157 or 6504464. OLE color: 6504464.

HSL color Cylindrical-coordinate representation of color #104063: hue angle of 205.3º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104063 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB166499-
CMYK0.840.3500.61
HSL205.3º72.17%22.55%-
HSV(B)205.3º83.84%38.82%-
XYZ4.34.6812.48-
YUV53.64153.6101.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=8.94%
G=35.75%
B=55.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1664990.840.3500.61205.372.1722.55
Hex104063542303Dcd4817
Octal201001431244307531511027
Binary10000100000011000111010100100011011110111001101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104063; }

 p { color: rgb(16,64,99); }

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

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

 a { background-color: rgb(16,64,99); }

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

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

 span { border-color: rgb(16,64,99); }

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