#1A3A61

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

Shades of Regal Blue #1A3A61

Tints of Regal Blue #1A3A61

Color information

#1A3A61 (or 0x1A3A61) is unknown color: approx Regal Blue. HEX triplet: 1A, 3A and 61. RGB value is (26,58,97). Sum of RGB (Red+Green+Blue) = 26+58+97=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A3A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A61 is #E5C59E. Grayscale: #343434. Windows color (decimal): -15058335 or 6371866. OLE color: 6371866.

HSL color Cylindrical-coordinate representation of color #1A3A61: hue angle of 212.96º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3A61 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB265897-
CMYK0.730.4000.62
HSL212.96º57.72%24.12%-
HSV(B)212.96º73.2%38.04%-
XYZ4.14.1111.89-
YUV52.88152.9108.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=14.36%
G=32.04%
B=53.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2658970.730.4000.62212.9657.7224.12
Hex1A3A61492803Ed53a18
Octal3272141111500763257230
Binary110101110101100001100100110100001111101101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,58,97); }

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

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

 a { background-color: rgb(26,58,97); }

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

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

 span { border-color: rgb(26,58,97); }

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