#104162

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

Shades of Regal Blue #104162

Tints of Regal Blue #104162

Color information

#104162 (or 0x104162) is unknown color: approx Regal Blue. HEX triplet: 10, 41 and 62. RGB value is (16,65,98). Sum of RGB (Red+Green+Blue) = 16+65+98=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #104162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104162 is #EFBE9D. Grayscale: #353535. Windows color (decimal): -15711902 or 6439184. OLE color: 6439184.

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

Color convert

RGB166598-
CMYK0.840.3400.62
HSL204.15º71.93%22.35%-
HSV(B)204.15º83.67%38.43%-
XYZ4.314.7712.25-
YUV54.11152.77100.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=8.94%
G=36.31%
B=54.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1665980.840.3400.62204.1571.9322.35
Hex104162542203Ecc4816
Octal201011421244207631411026
Binary10000100000111000101010100100010011111011001100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104162; }

 p { color: rgb(16,65,98); }

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

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

 a { background-color: rgb(16,65,98); }

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

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

 span { border-color: rgb(16,65,98); }

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