Html Css Color HEX #133F4C Green Vogue

📋 copy color: '#133F4C'

red 19 ◦ green 63 ◦ blue 76

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

Shades of Green Vogue #133F4C

Tints of Green Vogue #133F4C

RGB

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

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

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

R = 12.03%
G = 39.87%
B = 48.1%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#133F4C (or 0x133F4C) is known color: Green Vogue. HEX triplet: 13, 3F and 4C. RGB value is (19,63,76). Sum of RGB (Red+Green+Blue) = 19+63+76=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #133F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F4C is #ECC0B3. Grayscale: #333333. Windows color (decimal): -15515828 or 4996883. OLE color: 4996883.

HSL color Cylindrical-coordinate representation of color #133F4C: hue angle of 193.68º 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 #133F4C is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 63 76 -
CMYK 0.75 0.17 0 0.70
HSL 193.68º 0.6% 0.19% -
HSV(B) 193.68º 0.75% 0.3% -
XYZ 3.35 4.22 7.47 -
YUV 51.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 19 63 76 0.75 0.17 0 0.70 193.68 0.6 0.19
Hex 13 3F 4C 4B 11 0 46 C2 3C 13
Octal 23 77 114 113 21 0 106 302 74 23
Binary 10011 111111 1001100 1001011 10001 0 1000110 11000010 111100 10011

Color Harmonies of #133F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F4C

Black with #133F4C

Text Example


Text Example

White with #133F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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