#104060

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

Shades of Regal Blue #104060

Tints of Regal Blue #104060

Color information

#104060 (or 0x104060) is unknown color: approx Regal Blue. HEX triplet: 10, 40 and 60. RGB value is (16,64,96). Sum of RGB (Red+Green+Blue) = 16+64+96=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #104060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104060 is #EFBF9F. Grayscale: #353535. Windows color (decimal): -15712160 or 6307856. OLE color: 6307856.

HSL color Cylindrical-coordinate representation of color #104060: hue angle of 204º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104060 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB166496-
CMYK0.830.3300.62
HSL204º71.43%21.96%-
HSV(B)204º83.33%37.65%-
XYZ4.164.6211.74-
YUV53.3152.1101.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1664960.830.3300.6220471.4321.96
Hex104060532103Ecc4716
Octal201001401234107631410726
Binary10000100000011000001010011100001011111011001100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104060; }

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

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

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

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

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

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

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

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