Html Css Color HEX #113A39 Tiber

📋 copy color: '#113A39'

red 17 ◦ green 58 ◦ blue 57

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

Shades of Tiber #113A39

Tints of Tiber #113A39

RGB

 RED value IS 17 (7.03% from 255) = 12.88%

 GREEN value IS 58 (23.05% from 255) = 43.94%

 BLUE value IS 57 (22.66% from 255) = 43.18%

R = 12.88%
G = 43.94%
B = 43.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#113A39 (or 0x113A39) is known color: Tiber. HEX triplet: 11, 3A and 39. RGB value is (17,58,57). Sum of RGB (Red+Green+Blue) = 17+58+57=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #113A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A39 is #EEC5C6. Grayscale: #2D2D2D. Windows color (decimal): -15648199 or 3750417. OLE color: 3750417.

HSL color Cylindrical-coordinate representation of color #113A39: hue angle of 178.54º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A39 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 58 57 -
CMYK 0.71 0 0.02 0.77
HSL 178.54º 0.55% 0.15% -
HSV(B) 178.54º 0.71% 0.23% -
XYZ 2.48 3.44 4.4 -
YUV 45.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 17 58 57 0.71 0 0.02 0.77 178.54 0.55 0.15
Hex 11 3A 39 47 0 2 4D B3 37 F
Octal 21 72 71 107 0 2 115 263 67 17
Binary 10001 111010 111001 1000111 0 10 1001101 10110011 110111 1111

Color Harmonies of #113A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A39

Black with #113A39

Text Example


Text Example

White with #113A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113A39; }

 p { color: rgb(17,58,57); }

 H1.HeaderClassName
 {
   color: #113A39;
 }
 .AnyTagClassName
 {
   color: #113A39;
 }
</style>

background-color css

<style>
 a { background-color: #113A39; }

 a { background-color: rgb(17,58,57); }

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

border-color css

<style>
 span { border-color: #113A39; }

 span { border-color: rgb(17,58,57); }

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