Html Css Color HEX #132636 Tangaroa

📋 copy color: '#132636'

red 19 ◦ green 38 ◦ blue 54

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

Shades of Tangaroa #132636

Tints of Tangaroa #132636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 17.12%
G = 34.23%
B = 48.65%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132636 (or 0x132636) is known color: Tangaroa. HEX triplet: 13, 26 and 36. RGB value is (19,38,54). Sum of RGB (Red+Green+Blue) = 19+38+54=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 54 - color contains mainly: blue. Hex color #132636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132636 is #ECD9C9. Grayscale: #222222. Windows color (decimal): -15522250 or 3548691. OLE color: 3548691.

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

Color convert

RGB 19 38 54 -
CMYK 0.65 0.30 0 0.79
HSL 207.43º 0.48% 0.14% -
HSV(B) 207.43º 0.65% 0.21% -
XYZ 1.63 1.79 3.75 -
YUV 34.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 19 38 54 0.65 0.30 0 0.79 207.43 0.48 0.14
Hex 13 26 36 41 1E 0 4F CF 30 E
Octal 23 46 66 101 36 0 117 317 60 16
Binary 10011 100110 110110 1000001 11110 0 1001111 11001111 110000 1110

Color Harmonies of #132636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132636

Black with #132636

Text Example


Text Example

White with #132636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132636; }

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

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

background-color css

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

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

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

border-color css

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

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

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