Html Css Color HEX #133F4D Green Vogue

📋 copy color: '#133F4D'

red 19 ◦ green 63 ◦ blue 77

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

Shades of Green Vogue #133F4D

Tints of Green Vogue #133F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 39.62%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 11.95%
G = 39.62%
B = 48.43%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#133F4D (or 0x133F4D) is known color: Green Vogue. HEX triplet: 13, 3F and 4D. RGB value is (19,63,77). Sum of RGB (Red+Green+Blue) = 19+63+77=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #133F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F4D is #ECC0B2. Grayscale: #333333. Windows color (decimal): -15515827 or 5062419. OLE color: 5062419.

HSL color Cylindrical-coordinate representation of color #133F4D: hue angle of 194.48º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133F4D is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 63 77 -
CMYK 0.75 0.18 0 0.70
HSL 194.48º 0.6% 0.19% -
HSV(B) 194.48º 0.75% 0.3% -
XYZ 3.39 4.23 7.66 -
YUV 51.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 19 63 77 0.75 0.18 0 0.70 194.48 0.6 0.19
Hex 13 3F 4D 4B 12 0 46 C2 3C 13
Octal 23 77 115 113 22 0 106 302 74 23
Binary 10011 111111 1001101 1001011 10010 0 1000110 11000010 111100 10011

Color Harmonies of #133F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F4D

Black with #133F4D

Text Example


Text Example

White with #133F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133F4D; }

 p { color: rgb(19,63,77); }

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

background-color css

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

 a { background-color: rgb(19,63,77); }

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

border-color css

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

 span { border-color: rgb(19,63,77); }

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