Html Css Color HEX #133E3C Tiber

📋 copy color: '#133E3C'

red 19 ◦ green 62 ◦ blue 60

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

Shades of Tiber #133E3C

Tints of Tiber #133E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.97%

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 13.48%
G = 43.97%
B = 42.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#133E3C (or 0x133E3C) is known color: Tiber. HEX triplet: 13, 3E and 3C. RGB value is (19,62,60). Sum of RGB (Red+Green+Blue) = 19+62+60=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #133E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E3C is #ECC1C3. Grayscale: #303030. Windows color (decimal): -15516100 or 3948051. OLE color: 3948051.

HSL color Cylindrical-coordinate representation of color #133E3C: hue angle of 177.21º 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 #133E3C is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 62 60 -
CMYK 0.69 0 0.03 0.76
HSL 177.21º 0.53% 0.16% -
HSV(B) 177.21º 0.69% 0.24% -
XYZ 2.81 3.91 4.88 -
YUV 48.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 19 62 60 0.69 0 0.03 0.76 177.21 0.53 0.16
Hex 13 3E 3C 45 0 3 4C B1 35 10
Octal 23 76 74 105 0 3 114 261 65 20
Binary 10011 111110 111100 1000101 0 11 1001100 10110001 110101 10000

Color Harmonies of #133E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E3C

Black with #133E3C

Text Example


Text Example

White with #133E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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