Html Css Color HEX #132337 Tangaroa

📋 copy color: '#132337'

red 19 ◦ green 35 ◦ blue 55

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

Shades of Tangaroa #132337

Tints of Tangaroa #132337

RGB

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

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

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

R = 17.43%
G = 32.11%
B = 50.46%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132337 (or 0x132337) is known color: Tangaroa. HEX triplet: 13, 23 and 37. RGB value is (19,35,55). Sum of RGB (Red+Green+Blue) = 19+35+55=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #132337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132337 is #ECDCC8. Grayscale: #202020. Windows color (decimal): -15523017 or 3613459. OLE color: 3613459.

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

Color convert

RGB 19 35 55 -
CMYK 0.65 0.36 0 0.78
HSL 213.33º 0.49% 0.15% -
HSV(B) 213.33º 0.65% 0.22% -
XYZ 1.56 1.62 3.84 -
YUV 32.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 19 35 55 0.65 0.36 0 0.78 213.33 0.49 0.15
Hex 13 23 37 41 24 0 4E D5 31 F
Octal 23 43 67 101 44 0 116 325 61 17
Binary 10011 100011 110111 1000001 100100 0 1001110 11010101 110001 1111

Color Harmonies of #132337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132337

Black with #132337

Text Example


Text Example

White with #132337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132337; }

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

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

background-color css

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

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

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

border-color css

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

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

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