Html Css Color HEX #1A414C Green Vogue

📋 copy color: '#1A414C'

red 26 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #1A414C

Tints of Green Vogue #1A414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 15.57%
G = 38.92%
B = 45.51%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1A414C (or 0x1A414C) is known color: Green Vogue. HEX triplet: 1A, 41 and 4C. RGB value is (26,65,76). Sum of RGB (Red+Green+Blue) = 26+65+76=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A414C is #E5BEB3. Grayscale: #363636. Windows color (decimal): -15056564 or 4997402. OLE color: 4997402.

HSL color Cylindrical-coordinate representation of color #1A414C: hue angle of 193.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A414C is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 26 65 76 -
CMYK 0.66 0.14 0 0.70
HSL 193.2º 0.49% 0.2% -
HSV(B) 193.2º 0.66% 0.3% -
XYZ 3.62 4.52 7.52 -
YUV 54.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 26 65 76 0.66 0.14 0 0.70 193.2 0.49 0.2
Hex 1A 41 4C 42 E 0 46 C1 31 14
Octal 32 101 114 102 16 0 106 301 61 24
Binary 11010 1000001 1001100 1000010 1110 0 1000110 11000001 110001 10100

Color Harmonies of #1A414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A414C

Black with #1A414C

Text Example


Text Example

White with #1A414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,65,76); }

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

background-color css

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

 a { background-color: rgb(26,65,76); }

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

border-color css

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

 span { border-color: rgb(26,65,76); }

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