#1A354F

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

Shades of Regal Blue #1A354F

Tints of Regal Blue #1A354F

Color information

#1A354F (or 0x1A354F) is unknown color: approx Regal Blue. HEX triplet: 1A, 35 and 4F. RGB value is (26,53,79). Sum of RGB (Red+Green+Blue) = 26+53+79=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A354F is #E5CAB0. Grayscale: #2F2F2F. Windows color (decimal): -15059633 or 5190938. OLE color: 5190938.

HSL color Cylindrical-coordinate representation of color #1A354F: hue angle of 209.43º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A354F is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB265379-
CMYK0.670.3300.69
HSL209.43º50.48%20.59%-
HSV(B)209.43º67.09%30.98%-
XYZ3.113.337.88-
YUV47.89145.55112.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 79 (31.25% from 255) = 50%
R=16.46%
G=33.54%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2653790.670.3300.69209.4350.4820.59
Hex1A354F4321045d13215
Octal32651171034101053216225
Binary1101011010110011111000011100001010001011101000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,53,79); }

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

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

 a { background-color: rgb(26,53,79); }

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

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

 span { border-color: rgb(26,53,79); }

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