Html Css Color HEX #1A4250 Green Vogue

📋 copy color: '#1A4250'

red 26 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #1A4250

Tints of Green Vogue #1A4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 15.12%
G = 38.37%
B = 46.51%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A4250 (or 0x1A4250) is known color: Green Vogue. HEX triplet: 1A, 42 and 50. RGB value is (26,66,80). Sum of RGB (Red+Green+Blue) = 26+66+80=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4250 is #E5BDAF. Grayscale: #373737. Windows color (decimal): -15056304 or 5259802. OLE color: 5259802.

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

Color convert

RGB 26 66 80 -
CMYK 0.67 0.17 0 0.69
HSL 195.56º 0.51% 0.21% -
HSV(B) 195.56º 0.68% 0.31% -
XYZ 3.82 4.7 8.29 -
YUV 55.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 26 66 80 0.67 0.17 0 0.69 195.56 0.51 0.21
Hex 1A 42 50 43 11 0 45 C4 33 15
Octal 32 102 120 103 21 0 105 304 63 25
Binary 11010 1000010 1010000 1000011 10001 0 1000101 11000100 110011 10101

Color Harmonies of #1A4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4250

Black with #1A4250

Text Example


Text Example

White with #1A4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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