Html Css Color HEX #133E4C Green Vogue

📋 copy color: '#133E4C'

red 19 ◦ green 62 ◦ blue 76

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

Shades of Green Vogue #133E4C

Tints of Green Vogue #133E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.49%

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

R = 12.1%
G = 39.49%
B = 48.41%

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

#133E4C (or 0x133E4C) is known color: Green Vogue. HEX triplet: 13, 3E and 4C. RGB value is (19,62,76). Sum of RGB (Red+Green+Blue) = 19+62+76=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #133E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E4C is #ECC1B3. Grayscale: #323232. Windows color (decimal): -15516084 or 4996627. OLE color: 4996627.

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

Color convert

RGB 19 62 76 -
CMYK 0.75 0.18 0 0.70
HSL 194.74º 0.6% 0.19% -
HSV(B) 194.74º 0.75% 0.3% -
XYZ 3.3 4.11 7.46 -
YUV 50.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 19 62 76 0.75 0.18 0 0.70 194.74 0.6 0.19
Hex 13 3E 4C 4B 12 0 46 C3 3C 13
Octal 23 76 114 113 22 0 106 303 74 23
Binary 10011 111110 1001100 1001011 10010 0 1000110 11000011 111100 10011

Color Harmonies of #133E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E4C

Black with #133E4C

Text Example


Text Example

White with #133E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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