Html Css Color HEX #1A424E Green Vogue

📋 copy color: '#1A424E'

red 26 ◦ green 66 ◦ blue 78

#1A424E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #1A424E

Tints of Green Vogue #1A424E

RGB

 RED value IS 26 (10.55% from 255) = 15.29%

 GREEN value IS 66 (26.17% from 255) = 38.82%

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 15.29%
G = 38.82%
B = 45.88%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A424E (or 0x1A424E) is known color: Green Vogue. HEX triplet: 1A, 42 and 4E. RGB value is (26,66,78). Sum of RGB (Red+Green+Blue) = 26+66+78=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A424E is #E5BDB1. Grayscale: #373737. Windows color (decimal): -15056306 or 5128730. OLE color: 5128730.

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

Color convert

RGB 26 66 78 -
CMYK 0.67 0.15 0 0.69
HSL 193.85º 0.5% 0.2% -
HSV(B) 193.85º 0.67% 0.31% -
XYZ 3.75 4.67 7.91 -
YUV 55.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 26 66 78 0.67 0.15 0 0.69 193.85 0.5 0.2
Hex 1A 42 4E 43 F 0 45 C2 32 14
Octal 32 102 116 103 17 0 105 302 62 24
Binary 11010 1000010 1001110 1000011 1111 0 1000101 11000010 110010 10100

Color Harmonies of #1A424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A424E

Black with #1A424E

Text Example


Text Example

White with #1A424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,66,78); }

 H1.HeaderClassName
 {
   color: #1A424E;
 }
 .AnyTagClassName
 {
   color: #1A424E;
 }
</style>

background-color css

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

 a { background-color: rgb(26,66,78); }

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

border-color css

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

 span { border-color: rgb(26,66,78); }

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