Html Css Color HEX #133F40 Tiber

📋 copy color: '#133F40'

red 19 ◦ green 63 ◦ blue 64

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

Shades of Tiber #133F40

Tints of Tiber #133F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 43.84%

R = 13.01%
G = 43.15%
B = 43.84%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133F40 (or 0x133F40) is known color: Tiber. HEX triplet: 13, 3F and 40. RGB value is (19,63,64). Sum of RGB (Red+Green+Blue) = 19+63+64=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #133F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F40 is #ECC0BF. Grayscale: #313131. Windows color (decimal): -15515840 or 4210451. OLE color: 4210451.

HSL color Cylindrical-coordinate representation of color #133F40: hue angle of 181.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F40 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 64 -
CMYK 0.70 0.02 0 0.75
HSL 181.33º 0.54% 0.16% -
HSV(B) 181.33º 0.7% 0.25% -
XYZ 2.97 4.06 5.48 -
YUV 49.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 19 63 64 0.70 0.02 0 0.75 181.33 0.54 0.16
Hex 13 3F 40 46 2 0 4B B5 36 10
Octal 23 77 100 106 2 0 113 265 66 20
Binary 10011 111111 1000000 1000110 10 0 1001011 10110101 110110 10000

Color Harmonies of #133F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F40

Black with #133F40

Text Example


Text Example

White with #133F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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