Html Css Color HEX #134451 Green Vogue

📋 copy color: '#134451'

red 19 ◦ green 68 ◦ blue 81

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

Shades of Green Vogue #134451

Tints of Green Vogue #134451

RGB

 RED value IS 19 (7.81% from 255) = 11.31%

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 81 (32.03% from 255) = 48.21%

R = 11.31%
G = 40.48%
B = 48.21%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#134451 (or 0x134451) is known color: Green Vogue. HEX triplet: 13, 44 and 51. RGB value is (19,68,81). Sum of RGB (Red+Green+Blue) = 19+68+81=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #134451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134451 is #ECBBAE. Grayscale: #363636. Windows color (decimal): -15514543 or 5325843. OLE color: 5325843.

HSL color Cylindrical-coordinate representation of color #134451: hue angle of 192.58º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134451 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 68 81 -
CMYK 0.77 0.16 0 0.68
HSL 192.58º 0.62% 0.2% -
HSV(B) 192.58º 0.77% 0.32% -
XYZ 3.82 4.87 8.52 -
YUV 54.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 19 68 81 0.77 0.16 0 0.68 192.58 0.62 0.2
Hex 13 44 51 4D 10 0 44 C1 3E 14
Octal 23 104 121 115 20 0 104 301 76 24
Binary 10011 1000100 1010001 1001101 10000 0 1000100 11000001 111110 10100

Color Harmonies of #134451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134451

Black with #134451

Text Example


Text Example

White with #134451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134451; }

 p { color: rgb(19,68,81); }

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

background-color css

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

 a { background-color: rgb(19,68,81); }

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

border-color css

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

 span { border-color: rgb(19,68,81); }

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