Html Css Color HEX #133F48 Tiber

📋 copy color: '#133F48'

red 19 ◦ green 63 ◦ blue 72

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

Shades of Tiber #133F48

Tints of Tiber #133F48

RGB

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

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

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

R = 12.34%
G = 40.91%
B = 46.75%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133F48 (or 0x133F48) is known color: Tiber. HEX triplet: 13, 3F and 48. RGB value is (19,63,72). Sum of RGB (Red+Green+Blue) = 19+63+72=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #133F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F48 is #ECC0B7. Grayscale: #323232. Windows color (decimal): -15515832 or 4734739. OLE color: 4734739.

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

Color convert

RGB 19 63 72 -
CMYK 0.74 0.12 0 0.72
HSL 190.19º 0.58% 0.18% -
HSV(B) 190.19º 0.74% 0.28% -
XYZ 3.22 4.16 6.76 -
YUV 50.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 19 63 72 0.74 0.12 0 0.72 190.19 0.58 0.18
Hex 13 3F 48 4A C 0 48 BE 3A 12
Octal 23 77 110 112 14 0 110 276 72 22
Binary 10011 111111 1001000 1001010 1100 0 1001000 10111110 111010 10010

Color Harmonies of #133F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F48

Black with #133F48

Text Example


Text Example

White with #133F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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