Html Css Color HEX #133E42 Tiber

📋 copy color: '#133E42'

red 19 ◦ green 62 ◦ blue 66

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

Shades of Tiber #133E42

Tints of Tiber #133E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 12.93%
G = 42.18%
B = 44.9%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133E42 (or 0x133E42) is known color: Tiber. HEX triplet: 13, 3E and 42. RGB value is (19,62,66). Sum of RGB (Red+Green+Blue) = 19+62+66=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #133E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E42 is #ECC1BD. Grayscale: #313131. Windows color (decimal): -15516094 or 4341267. OLE color: 4341267.

HSL color Cylindrical-coordinate representation of color #133E42: hue angle of 185.11º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133E42 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 62 66 -
CMYK 0.71 0.06 0 0.74
HSL 185.11º 0.55% 0.17% -
HSV(B) 185.11º 0.71% 0.26% -
XYZ 2.97 3.98 5.77 -
YUV 49.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 19 62 66 0.71 0.06 0 0.74 185.11 0.55 0.17
Hex 13 3E 42 47 6 0 4A B9 37 11
Octal 23 76 102 107 6 0 112 271 67 21
Binary 10011 111110 1000010 1000111 110 0 1001010 10111001 110111 10001

Color Harmonies of #133E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E42

Black with #133E42

Text Example


Text Example

White with #133E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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