#1A4568

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

Shades of Regal Blue #1A4568

Tints of Regal Blue #1A4568

Color information

#1A4568 (or 0x1A4568) is unknown color: approx Regal Blue. HEX triplet: 1A, 45 and 68. RGB value is (26,69,104). Sum of RGB (Red+Green+Blue) = 26+69+104=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4568 is #E5BA97. Grayscale: #3B3B3B. Windows color (decimal): -15055512 or 6833434. OLE color: 6833434.

HSL color Cylindrical-coordinate representation of color #1A4568: hue angle of 206.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4568 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2669104-
CMYK0.750.3400.59
HSL206.92º60%25.49%-
HSV(B)206.92º75%40.78%-
XYZ5.055.4813.89-
YUV60.13152.75103.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=13.07%
G=34.67%
B=52.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26691040.750.3400.59206.926025.49
Hex1A45684B2203Bcf3c19
Octal32105150113420733177431
Binary1101010001011101000100101110001001110111100111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,69,104); }

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

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

 a { background-color: rgb(26,69,104); }

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

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

 span { border-color: rgb(26,69,104); }

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