#1A4061

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

Shades of Regal Blue #1A4061

Tints of Regal Blue #1A4061

Color information

#1A4061 (or 0x1A4061) is unknown color: approx Regal Blue. HEX triplet: 1A, 40 and 61. RGB value is (26,64,97). Sum of RGB (Red+Green+Blue) = 26+64+97=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4061 is #E5BF9E. Grayscale: #383838. Windows color (decimal): -15056799 or 6373402. OLE color: 6373402.

HSL color Cylindrical-coordinate representation of color #1A4061: hue angle of 207.89º 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 #1A4061 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB266497-
CMYK0.730.3400.62
HSL207.89º57.72%24.12%-
HSV(B)207.89º73.2%38.04%-
XYZ4.424.7511.99-
YUV56.4150.91106.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.90%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=13.90%
G=34.22%
B=51.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2664970.730.3400.62207.8957.7224.12
Hex1A4061492203Ed03a18
Octal32100141111420763207230
Binary1101010000001100001100100110001001111101101000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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