Html Css Color HEX #1A3E50 Green Vogue

📋 copy color: '#1A3E50'

red 26 ◦ green 62 ◦ blue 80

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

Shades of Green Vogue #1A3E50

Tints of Green Vogue #1A3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.9%

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

R = 15.48%
G = 36.9%
B = 47.62%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A3E50 (or 0x1A3E50) is known color: Green Vogue. HEX triplet: 1A, 3E and 50. RGB value is (26,62,80). Sum of RGB (Red+Green+Blue) = 26+62+80=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3E50 is #E5C1AF. Grayscale: #353535. Windows color (decimal): -15057328 or 5258778. OLE color: 5258778.

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

Color convert

RGB 26 62 80 -
CMYK 0.67 0.22 0 0.69
HSL 200º 0.51% 0.21% -
HSV(B) 200º 0.68% 0.31% -
XYZ 3.6 4.24 8.22 -
YUV 53.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 26 62 80 0.67 0.22 0 0.69 200 0.51 0.21
Hex 1A 3E 50 43 16 0 45 C8 33 15
Octal 32 76 120 103 26 0 105 310 63 25
Binary 11010 111110 1010000 1000011 10110 0 1000101 11001000 110011 10101

Color Harmonies of #1A3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3E50

Black with #1A3E50

Text Example


Text Example

White with #1A3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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