Html Css Color HEX #133B48 Green Vogue

📋 copy color: '#133B48'

red 19 ◦ green 59 ◦ blue 72

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

Shades of Green Vogue #133B48

Tints of Green Vogue #133B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48%

R = 12.67%
G = 39.33%
B = 48%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133B48 (or 0x133B48) is known color: Green Vogue. HEX triplet: 13, 3B and 48. RGB value is (19,59,72). Sum of RGB (Red+Green+Blue) = 19+59+72=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #133B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B48 is #ECC4B7. Grayscale: #303030. Windows color (decimal): -15516856 or 4733715. OLE color: 4733715.

HSL color Cylindrical-coordinate representation of color #133B48: hue angle of 194.72º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133B48 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 59 72 -
CMYK 0.74 0.18 0 0.72
HSL 194.72º 0.58% 0.18% -
HSV(B) 194.72º 0.74% 0.28% -
XYZ 3 3.73 6.69 -
YUV 48.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 19 59 72 0.74 0.18 0 0.72 194.72 0.58 0.18
Hex 13 3B 48 4A 12 0 48 C3 3A 12
Octal 23 73 110 112 22 0 110 303 72 22
Binary 10011 111011 1001000 1001010 10010 0 1001000 11000011 111010 10010

Color Harmonies of #133B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B48

Black with #133B48

Text Example


Text Example

White with #133B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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