Html Css Color HEX #132A39 Tangaroa

📋 copy color: '#132A39'

red 19 ◦ green 42 ◦ blue 57

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

Shades of Tangaroa #132A39

Tints of Tangaroa #132A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.59%

 BLUE value IS 57 (22.66% from 255) = 48.31%

R = 16.1%
G = 35.59%
B = 48.31%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132A39 (or 0x132A39) is known color: Tangaroa. HEX triplet: 13, 2A and 39. RGB value is (19,42,57). Sum of RGB (Red+Green+Blue) = 19+42+57=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #132A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A39 is #ECD5C6. Grayscale: #242424. Windows color (decimal): -15521223 or 3746323. OLE color: 3746323.

HSL color Cylindrical-coordinate representation of color #132A39: hue angle of 203.68º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132A39 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 42 57 -
CMYK 0.67 0.26 0 0.78
HSL 203.68º 0.5% 0.15% -
HSV(B) 203.68º 0.67% 0.22% -
XYZ 1.84 2.09 4.18 -
YUV 36.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 19 42 57 0.67 0.26 0 0.78 203.68 0.5 0.15
Hex 13 2A 39 43 1A 0 4E CC 32 F
Octal 23 52 71 103 32 0 116 314 62 17
Binary 10011 101010 111001 1000011 11010 0 1001110 11001100 110010 1111

Color Harmonies of #132A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A39

Black with #132A39

Text Example


Text Example

White with #132A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132A39; }

 p { color: rgb(19,42,57); }

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

background-color css

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

 a { background-color: rgb(19,42,57); }

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

border-color css

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

 span { border-color: rgb(19,42,57); }

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