Html Css Color HEX #132235 Tangaroa

📋 copy color: '#132235'

red 19 ◦ green 34 ◦ blue 53

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

Shades of Tangaroa #132235

Tints of Tangaroa #132235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

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

R = 17.92%
G = 32.08%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132235 (or 0x132235) is known color: Tangaroa. HEX triplet: 13, 22 and 35. RGB value is (19,34,53). Sum of RGB (Red+Green+Blue) = 19+34+53=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #132235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132235 is #ECDDCA. Grayscale: #1F1F1F. Windows color (decimal): -15523275 or 3482131. OLE color: 3482131.

HSL color Cylindrical-coordinate representation of color #132235: hue angle of 213.53º 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 #132235 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 34 53 -
CMYK 0.64 0.36 0 0.79
HSL 213.53º 0.47% 0.14% -
HSV(B) 213.53º 0.64% 0.21% -
XYZ 1.48 1.54 3.59 -
YUV 31.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 19 34 53 0.64 0.36 0 0.79 213.53 0.47 0.14
Hex 13 22 35 40 24 0 4F D6 2F E
Octal 23 42 65 100 44 0 117 326 57 16
Binary 10011 100010 110101 1000000 100100 0 1001111 11010110 101111 1110

Color Harmonies of #132235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132235

Black with #132235

Text Example


Text Example

White with #132235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132235; }

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

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

background-color css

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

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

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

border-color css

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

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

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