#1A404F

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

Shades of Green Vogue #1A404F

Tints of Green Vogue #1A404F

Color information

#1A404F (or 0x1A404F) is unknown color: approx Green Vogue. HEX triplet: 1A, 40 and 4F. RGB value is (26,64,79). Sum of RGB (Red+Green+Blue) = 26+64+79=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A404F is #E5BFB0. Grayscale: #363636. Windows color (decimal): -15056817 or 5193754. OLE color: 5193754.

HSL color Cylindrical-coordinate representation of color #1A404F: hue angle of 196.98º 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 #1A404F is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB266479-
CMYK0.670.1900.69
HSL196.98º50.48%20.59%-
HSV(B)196.98º67.09%30.98%-
XYZ3.674.458.06-
YUV54.35141.91107.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.38%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=15.38%
G=37.87%
B=46.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2664790.670.1900.69196.9850.4820.59
Hex1A404F4313045c53215
Octal321001171032301053056225
Binary1101010000001001111100001110011010001011100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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