#12405E

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

Shades of Regal Blue #12405E

Tints of Regal Blue #12405E

Color information

#12405E (or 0x12405E) is unknown color: approx Regal Blue. HEX triplet: 12, 40 and 5E. RGB value is (18,64,94). Sum of RGB (Red+Green+Blue) = 18+64+94=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #12405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405E is #EDBFA1. Grayscale: #353535. Windows color (decimal): -15581090 or 6176786. OLE color: 6176786.

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

Color convert

RGB186494-
CMYK0.810.3200.63
HSL203.68º67.86%21.96%-
HSV(B)203.68º80.85%36.86%-
XYZ4.14.611.26-
YUV53.67150.76102.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=10.23%
G=36.36%
B=53.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1864940.810.3200.63203.6867.8621.96
Hex12405E512003Fcc4416
Octal221001361214007731410426
Binary10010100000010111101010001100000011111111001100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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