#1A4268

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

Shades of Regal Blue #1A4268

Tints of Regal Blue #1A4268

Color information

#1A4268 (or 0x1A4268) is unknown color: approx Regal Blue. HEX triplet: 1A, 42 and 68. RGB value is (26,66,104). Sum of RGB (Red+Green+Blue) = 26+66+104=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4268 is #E5BD97. Grayscale: #3A3A3A. Windows color (decimal): -15056280 or 6832666. OLE color: 6832666.

HSL color Cylindrical-coordinate representation of color #1A4268: hue angle of 209.23º 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 #1A4268 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2666104-
CMYK0.750.3700.59
HSL209.23º60%25.49%-
HSV(B)209.23º75%40.78%-
XYZ4.875.1213.83-
YUV58.37153.75104.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=13.27%
G=33.67%
B=53.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26661040.750.3700.59209.236025.49
Hex1A42684B2503Bd13c19
Octal32102150113450733217431
Binary1101010000101101000100101110010101110111101000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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