Html Css Color HEX #133B4D Green Vogue

📋 copy color: '#133B4D'

red 19 ◦ green 59 ◦ blue 77

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

Shades of Green Vogue #133B4D

Tints of Green Vogue #133B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.06%

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

R = 12.26%
G = 38.06%
B = 49.68%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#133B4D (or 0x133B4D) is known color: Green Vogue. HEX triplet: 13, 3B and 4D. RGB value is (19,59,77). Sum of RGB (Red+Green+Blue) = 19+59+77=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #133B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B4D is #ECC4B2. Grayscale: #303030. Windows color (decimal): -15516851 or 5061395. OLE color: 5061395.

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

Color convert

RGB 19 59 77 -
CMYK 0.75 0.23 0 0.70
HSL 198.62º 0.6% 0.19% -
HSV(B) 198.62º 0.75% 0.3% -
XYZ 3.17 3.8 7.59 -
YUV 49.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 19 59 77 0.75 0.23 0 0.70 198.62 0.6 0.19
Hex 13 3B 4D 4B 17 0 46 C7 3C 13
Octal 23 73 115 113 27 0 106 307 74 23
Binary 10011 111011 1001101 1001011 10111 0 1000110 11000111 111100 10011

Color Harmonies of #133B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B4D

Black with #133B4D

Text Example


Text Example

White with #133B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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