#1A4362

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

Shades of Regal Blue #1A4362

Tints of Regal Blue #1A4362

Color information

#1A4362 (or 0x1A4362) is unknown color: approx Regal Blue. HEX triplet: 1A, 43 and 62. RGB value is (26,67,98). Sum of RGB (Red+Green+Blue) = 26+67+98=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A4362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4362 is #E5BC9D. Grayscale: #3A3A3A. Windows color (decimal): -15056030 or 6439706. OLE color: 6439706.

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

Color convert

RGB266798-
CMYK0.730.3200.62
HSL205.83º58.06%24.31%-
HSV(B)205.83º73.47%38.43%-
XYZ4.645.1212.3-
YUV58.28150.42104.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=13.61%
G=35.08%
B=51.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2667980.730.3200.62205.8358.0624.31
Hex1A4362492003Ece3a18
Octal32103142111400763167230
Binary1101010000111100010100100110000001111101100111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,67,98); }

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

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

 a { background-color: rgb(26,67,98); }

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

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

 span { border-color: rgb(26,67,98); }

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