Html Css Color HEX #133C48 Green Vogue

📋 copy color: '#133C48'

red 19 ◦ green 60 ◦ blue 72

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

Shades of Green Vogue #133C48

Tints of Green Vogue #133C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.74%

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

R = 12.58%
G = 39.74%
B = 47.68%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133C48 (or 0x133C48) is known color: Green Vogue. HEX triplet: 13, 3C and 48. RGB value is (19,60,72). Sum of RGB (Red+Green+Blue) = 19+60+72=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #133C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C48 is #ECC3B7. Grayscale: #313131. Windows color (decimal): -15516600 or 4733971. OLE color: 4733971.

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

Color convert

RGB 19 60 72 -
CMYK 0.74 0.17 0 0.72
HSL 193.58º 0.58% 0.18% -
HSV(B) 193.58º 0.74% 0.28% -
XYZ 3.05 3.84 6.71 -
YUV 49.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 19 60 72 0.74 0.17 0 0.72 193.58 0.58 0.18
Hex 13 3C 48 4A 11 0 48 C2 3A 12
Octal 23 74 110 112 21 0 110 302 72 22
Binary 10011 111100 1001000 1001010 10001 0 1001000 11000010 111010 10010

Color Harmonies of #133C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C48

Black with #133C48

Text Example


Text Example

White with #133C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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