#1A4160

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

Shades of Regal Blue #1A4160

Tints of Regal Blue #1A4160

Color information

#1A4160 (or 0x1A4160) is unknown color: approx Regal Blue. HEX triplet: 1A, 41 and 60. RGB value is (26,65,96). Sum of RGB (Red+Green+Blue) = 26+65+96=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A4160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4160 is #E5BE9F. Grayscale: #383838. Windows color (decimal): -15056544 or 6308122. OLE color: 6308122.

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

Color convert

RGB266596-
CMYK0.730.3200.62
HSL206.57º57.38%23.92%-
HSV(B)206.57º72.92%37.65%-
XYZ4.434.8411.77-
YUV56.87150.08105.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.90%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=13.90%
G=34.76%
B=51.34%

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
Decimal2665960.730.3200.62206.5757.3823.92
Hex1A4160492003Ecf3918
Octal32101140111400763177130
Binary1101010000011100000100100110000001111101100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,65,96); }

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

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

 a { background-color: rgb(26,65,96); }

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

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

 span { border-color: rgb(26,65,96); }

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