#1A395E

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

Shades of Regal Blue #1A395E

Tints of Regal Blue #1A395E

Color information

#1A395E (or 0x1A395E) is unknown color: approx Regal Blue. HEX triplet: 1A, 39 and 5E. RGB value is (26,57,94). Sum of RGB (Red+Green+Blue) = 26+57+94=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A395E is #E5C6A1. Grayscale: #333333. Windows color (decimal): -15058594 or 6175002. OLE color: 6175002.

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

Color convert

RGB265794-
CMYK0.720.3900.63
HSL212.65º56.67%23.53%-
HSV(B)212.65º72.34%36.86%-
XYZ3.913.9511.15-
YUV51.95151.73109.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.69%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 94 (37.11% from 255) = 53.11%
R=14.69%
G=32.20%
B=53.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2657940.720.3900.63212.6556.6723.53
Hex1A395E482703Fd53918
Octal3271136110470773257130
Binary110101110011011110100100010011101111111101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,57,94); }

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

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

 a { background-color: rgb(26,57,94); }

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

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

 span { border-color: rgb(26,57,94); }

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