Html Css Color HEX #132336 Tangaroa

📋 copy color: '#132336'

red 19 ◦ green 35 ◦ blue 54

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

Shades of Tangaroa #132336

Tints of Tangaroa #132336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

 BLUE value IS 54 (21.48% from 255) = 50%

R = 17.59%
G = 32.41%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132336 (or 0x132336) is known color: Tangaroa. HEX triplet: 13, 23 and 36. RGB value is (19,35,54). Sum of RGB (Red+Green+Blue) = 19+35+54=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #132336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132336 is #ECDCC9. Grayscale: #202020. Windows color (decimal): -15523018 or 3547923. OLE color: 3547923.

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

Color convert

RGB 19 35 54 -
CMYK 0.65 0.35 0 0.79
HSL 212.57º 0.48% 0.14% -
HSV(B) 212.57º 0.65% 0.21% -
XYZ 1.54 1.61 3.72 -
YUV 32.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 19 35 54 0.65 0.35 0 0.79 212.57 0.48 0.14
Hex 13 23 36 41 23 0 4F D5 30 E
Octal 23 43 66 101 43 0 117 325 60 16
Binary 10011 100011 110110 1000001 100011 0 1001111 11010101 110000 1110

Color Harmonies of #132336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132336

Black with #132336

Text Example


Text Example

White with #132336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132336; }

 p { color: rgb(19,35,54); }

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

background-color css

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

 a { background-color: rgb(19,35,54); }

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

border-color css

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

 span { border-color: rgb(19,35,54); }

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