Html Css Color HEX #134251 Green Vogue

📋 copy color: '#134251'

red 19 ◦ green 66 ◦ blue 81

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

Shades of Green Vogue #134251

Tints of Green Vogue #134251

RGB

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

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

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

R = 11.45%
G = 39.76%
B = 48.8%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#134251 (or 0x134251) is known color: Green Vogue. HEX triplet: 13, 42 and 51. RGB value is (19,66,81). Sum of RGB (Red+Green+Blue) = 19+66+81=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #134251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134251 is #ECBDAE. Grayscale: #353535. Windows color (decimal): -15515055 or 5325331. OLE color: 5325331.

HSL color Cylindrical-coordinate representation of color #134251: hue angle of 194.52º 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 #134251 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 66 81 -
CMYK 0.77 0.19 0 0.68
HSL 194.52º 0.62% 0.2% -
HSV(B) 194.52º 0.77% 0.32% -
XYZ 3.7 4.63 8.48 -
YUV 53.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 19 66 81 0.77 0.19 0 0.68 194.52 0.62 0.2
Hex 13 42 51 4D 13 0 44 C3 3E 14
Octal 23 102 121 115 23 0 104 303 76 24
Binary 10011 1000010 1010001 1001101 10011 0 1000100 11000011 111110 10100

Color Harmonies of #134251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134251

Black with #134251

Text Example


Text Example

White with #134251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134251; }

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

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

background-color css

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

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

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

border-color css

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

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

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