#12405B

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

Shades of Regal Blue #12405B

Tints of Regal Blue #12405B

Color information

#12405B (or 0x12405B) is unknown color: approx Regal Blue. HEX triplet: 12, 40 and 5B. RGB value is (18,64,91). Sum of RGB (Red+Green+Blue) = 18+64+91=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #12405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405B is #EDBFA4. Grayscale: #353535. Windows color (decimal): -15581093 or 5980178. OLE color: 5980178.

HSL color Cylindrical-coordinate representation of color #12405B: hue angle of 202.19º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12405B is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB186491-
CMYK0.800.3000.64
HSL202.19º66.97%21.37%-
HSV(B)202.19º80.22%35.69%-
XYZ3.974.5510.57-
YUV53.32149.26102.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=10.40%
G=36.99%
B=52.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1864910.800.3000.64202.1966.9721.37
Hex12405B501E040ca4315
Octal2210013312036010031210325
Binary10010100000010110111010000111100100000011001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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