#133C3E

Color #133C3E Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #133C3E

Tints of Tiber #133C3E

Color information

#133C3E (or 0x133C3E) is unknown color: approx Tiber. HEX triplet: 13, 3C and 3E. RGB value is (19,60,62). Sum of RGB (Red+Green+Blue) = 19+60+62=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #133C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C3E is #ECC3C1. Grayscale: #2F2F2F. Windows color (decimal): -15516610 or 4078611. OLE color: 4078611.

HSL color Cylindrical-coordinate representation of color #133C3E: hue angle of 182.79º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133C3E is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB196062-
CMYK0.690.0300.76
HSL182.79º53.09%15.88%-
HSV(B)182.79º69.35%24.31%-
XYZ2.753.725.13-
YUV47.97135.92107.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 60 (23.83% from 255) = 42.55%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=13.48%
G=42.55%
B=43.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1960620.690.0300.76182.7953.0915.88
Hex133C3E45304Cb73510
Octal237476105301142676520
Binary10011111100111110100010111010011001011011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #133C3E;
 }
 .AnyTagClassName
 {
   color: #133C3E;
 }
</style>
background-color css

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

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

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

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

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

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