Html Css Color HEX #132536 Tangaroa

📋 copy color: '#132536'

red 19 ◦ green 37 ◦ blue 54

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

Shades of Tangaroa #132536

Tints of Tangaroa #132536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

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

R = 17.27%
G = 33.64%
B = 49.09%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132536 (or 0x132536) is known color: Tangaroa. HEX triplet: 13, 25 and 36. RGB value is (19,37,54). Sum of RGB (Red+Green+Blue) = 19+37+54=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #132536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132536 is #ECDAC9. Grayscale: #212121. Windows color (decimal): -15522506 or 3548435. OLE color: 3548435.

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

Color convert

RGB 19 37 54 -
CMYK 0.65 0.31 0 0.79
HSL 209.14º 0.48% 0.14% -
HSV(B) 209.14º 0.65% 0.21% -
XYZ 1.6 1.73 3.74 -
YUV 33.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 19 37 54 0.65 0.31 0 0.79 209.14 0.48 0.14
Hex 13 25 36 41 1F 0 4F D1 30 E
Octal 23 45 66 101 37 0 117 321 60 16
Binary 10011 100101 110110 1000001 11111 0 1001111 11010001 110000 1110

Color Harmonies of #132536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132536

Black with #132536

Text Example


Text Example

White with #132536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132536; }

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

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

background-color css

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

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

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

border-color css

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

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

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