Html Css Color HEX #132135 Tangaroa

📋 copy color: '#132135'

red 19 ◦ green 33 ◦ blue 53

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

Shades of Tangaroa #132135

Tints of Tangaroa #132135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.43%

 BLUE value IS 53 (21.09% from 255) = 50.48%

R = 18.1%
G = 31.43%
B = 50.48%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132135 (or 0x132135) is known color: Tangaroa. HEX triplet: 13, 21 and 35. RGB value is (19,33,53). Sum of RGB (Red+Green+Blue) = 19+33+53=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #132135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132135 is #ECDECA. Grayscale: #1F1F1F. Windows color (decimal): -15523531 or 3481875. OLE color: 3481875.

HSL color Cylindrical-coordinate representation of color #132135: hue angle of 215.29º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #132135 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 33 53 -
CMYK 0.64 0.38 0 0.79
HSL 215.29º 0.47% 0.14% -
HSV(B) 215.29º 0.64% 0.21% -
XYZ 1.46 1.48 3.58 -
YUV 31.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 19 33 53 0.64 0.38 0 0.79 215.29 0.47 0.14
Hex 13 21 35 40 26 0 4F D7 2F E
Octal 23 41 65 100 46 0 117 327 57 16
Binary 10011 100001 110101 1000000 100110 0 1001111 11010111 101111 1110

Color Harmonies of #132135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132135

Black with #132135

Text Example


Text Example

White with #132135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132135; }

 p { color: rgb(19,33,53); }

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

background-color css

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

 a { background-color: rgb(19,33,53); }

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

border-color css

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

 span { border-color: rgb(19,33,53); }

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