#1A3D68

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

Shades of Regal Blue #1A3D68

Tints of Regal Blue #1A3D68

Color information

#1A3D68 (or 0x1A3D68) is unknown color: approx Regal Blue. HEX triplet: 1A, 3D and 68. RGB value is (26,61,104). Sum of RGB (Red+Green+Blue) = 26+61+104=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A3D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3D68 is #E5C297. Grayscale: #373737. Windows color (decimal): -15057560 or 6831386. OLE color: 6831386.

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

Color convert

RGB2661104-
CMYK0.750.4100.59
HSL213.08º60%25.49%-
HSV(B)213.08º75%40.78%-
XYZ4.594.5613.73-
YUV55.44155.4107-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=13.61%
G=31.94%
B=54.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26611040.750.4100.59213.086025.49
Hex1A3D684B2903Bd53c19
Octal3275150113510733257431
Binary110101111011101000100101110100101110111101010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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