Html Css Color HEX #132237 Tangaroa

📋 copy color: '#132237'

red 19 ◦ green 34 ◦ blue 55

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

Shades of Tangaroa #132237

Tints of Tangaroa #132237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 17.59%
G = 31.48%
B = 50.93%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132237 (or 0x132237) is known color: Tangaroa. HEX triplet: 13, 22 and 37. RGB value is (19,34,55). Sum of RGB (Red+Green+Blue) = 19+34+55=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #132237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132237 is #ECDDC8. Grayscale: #1F1F1F. Windows color (decimal): -15523273 or 3613203. OLE color: 3613203.

HSL color Cylindrical-coordinate representation of color #132237: hue angle of 215º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132237 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 34 55 -
CMYK 0.65 0.38 0 0.78
HSL 215º 0.49% 0.15% -
HSV(B) 215º 0.65% 0.22% -
XYZ 1.53 1.56 3.83 -
YUV 31.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 19 34 55 0.65 0.38 0 0.78 215 0.49 0.15
Hex 13 22 37 41 26 0 4E D7 31 F
Octal 23 42 67 101 46 0 116 327 61 17
Binary 10011 100010 110111 1000001 100110 0 1001110 11010111 110001 1111

Color Harmonies of #132237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132237

Black with #132237

Text Example


Text Example

White with #132237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132237; }

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

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

background-color css

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

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

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

border-color css

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

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

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