#1A405F

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

Shades of Regal Blue #1A405F

Tints of Regal Blue #1A405F

Color information

#1A405F (or 0x1A405F) is unknown color: approx Regal Blue. HEX triplet: 1A, 40 and 5F. RGB value is (26,64,95). Sum of RGB (Red+Green+Blue) = 26+64+95=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A405F is #E5BFA0. Grayscale: #383838. Windows color (decimal): -15056801 or 6242330. OLE color: 6242330.

HSL color Cylindrical-coordinate representation of color #1A405F: hue angle of 206.96º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A405F is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB266495-
CMYK0.730.3300.63
HSL206.96º57.02%23.73%-
HSV(B)206.96º72.63%37.25%-
XYZ4.324.7111.51-
YUV56.17149.91106.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=14.05%
G=34.59%
B=51.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2664950.730.3300.63206.9657.0223.73
Hex1A405F492103Fcf3918
Octal32100137111410773177130
Binary1101010000001011111100100110000101111111100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A405F; }

 p { color: rgb(26,64,95); }

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

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

 a { background-color: rgb(26,64,95); }

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

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

 span { border-color: rgb(26,64,95); }

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