#1A4065

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

Shades of Regal Blue #1A4065

Tints of Regal Blue #1A4065

Color information

#1A4065 (or 0x1A4065) is unknown color: approx Regal Blue. HEX triplet: 1A, 40 and 65. RGB value is (26,64,101). Sum of RGB (Red+Green+Blue) = 26+64+101=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A4065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4065 is #E5BF9A. Grayscale: #383838. Windows color (decimal): -15056795 or 6635546. OLE color: 6635546.

HSL color Cylindrical-coordinate representation of color #1A4065: hue angle of 209.6º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4065 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2664101-
CMYK0.740.3700.60
HSL209.6º59.06%24.9%-
HSV(B)209.6º74.26%39.61%-
XYZ4.614.8313-
YUV56.86152.91105.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=13.61%
G=33.51%
B=52.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26641010.740.3700.60209.659.0624.9
Hex1A40654A2503Cd23b19
Octal32100145112450743227331
Binary1101010000001100101100101010010101111001101001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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