#1A2E50

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

Shades of Bunting #1A2E50

Tints of Bunting #1A2E50

Color information

#1A2E50 (or 0x1A2E50) is unknown color: approx Bunting. HEX triplet: 1A, 2E and 50. RGB value is (26,46,80). Sum of RGB (Red+Green+Blue) = 26+46+80=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A2E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E50 is #E5D1AF. Grayscale: #2B2B2B. Windows color (decimal): -15061424 or 5254682. OLE color: 5254682.

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

Color convert

RGB264680-
CMYK0.670.4200.69
HSL217.78º50.94%20.78%-
HSV(B)217.78º67.5%31.37%-
XYZ2.852.757.97-
YUV43.9148.37115.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.11%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=17.11%
G=30.26%
B=52.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2646800.670.4200.69217.7850.9420.78
Hex1A2E50432A045da3315
Octal32561201035201053326325
Binary1101010111010100001000011101010010001011101101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,46,80); }

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

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

 a { background-color: rgb(26,46,80); }

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

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

 span { border-color: rgb(26,46,80); }

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