Html Css Color HEX #133F44 Tiber

📋 copy color: '#133F44'

red 19 ◦ green 63 ◦ blue 68

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

Shades of Tiber #133F44

Tints of Tiber #133F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.33%

R = 12.67%
G = 42%
B = 45.33%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133F44 (or 0x133F44) is known color: Tiber. HEX triplet: 13, 3F and 44. RGB value is (19,63,68). Sum of RGB (Red+Green+Blue) = 19+63+68=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #133F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F44 is #ECC0BB. Grayscale: #323232. Windows color (decimal): -15515836 or 4472595. OLE color: 4472595.

HSL color Cylindrical-coordinate representation of color #133F44: hue angle of 186.12º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133F44 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 63 68 -
CMYK 0.72 0.07 0 0.73
HSL 186.12º 0.56% 0.17% -
HSV(B) 186.12º 0.72% 0.27% -
XYZ 3.09 4.11 6.1 -
YUV 50.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 19 63 68 0.72 0.07 0 0.73 186.12 0.56 0.17
Hex 13 3F 44 48 7 0 49 BA 38 11
Octal 23 77 104 110 7 0 111 272 70 21
Binary 10011 111111 1000100 1001000 111 0 1001001 10111010 111000 10001

Color Harmonies of #133F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F44

Black with #133F44

Text Example


Text Example

White with #133F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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