#10405E

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

Shades of Regal Blue #10405E

Tints of Regal Blue #10405E

Color information

#10405E (or 0x10405E) is unknown color: approx Regal Blue. HEX triplet: 10, 40 and 5E. RGB value is (16,64,94). Sum of RGB (Red+Green+Blue) = 16+64+94=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #10405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10405E is #EFBFA1. Grayscale: #343434. Windows color (decimal): -15712162 or 6176784. OLE color: 6176784.

HSL color Cylindrical-coordinate representation of color #10405E: hue angle of 203.08º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10405E is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB166494-
CMYK0.830.3200.63
HSL203.08º70.91%21.57%-
HSV(B)203.08º82.98%36.86%-
XYZ4.074.5911.26-
YUV53.07151.1101.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=9.20%
G=36.78%
B=54.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1664940.830.3200.63203.0870.9121.57
Hex10405E532003Fcb4716
Octal201001361234007731310726
Binary10000100000010111101010011100000011111111001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10405E; }

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

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

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

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

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

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

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

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