Html Css Color HEX #132941 Tangaroa

📋 copy color: '#132941'

red 19 ◦ green 41 ◦ blue 65

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

Shades of Tangaroa #132941

Tints of Tangaroa #132941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

 BLUE value IS 65 (25.78% from 255) = 52%

R = 15.2%
G = 32.8%
B = 52%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132941 (or 0x132941) is known color: Tangaroa. HEX triplet: 13, 29 and 41. RGB value is (19,41,65). Sum of RGB (Red+Green+Blue) = 19+41+65=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #132941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132941 is #ECD6BE. Grayscale: #252525. Windows color (decimal): -15521471 or 4270355. OLE color: 4270355.

HSL color Cylindrical-coordinate representation of color #132941: hue angle of 211.3º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132941 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 41 65 -
CMYK 0.71 0.37 0 0.75
HSL 211.3º 0.55% 0.16% -
HSV(B) 211.3º 0.71% 0.25% -
XYZ 2.02 2.11 5.3 -
YUV 37.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 19 41 65 0.71 0.37 0 0.75 211.3 0.55 0.16
Hex 13 29 41 47 25 0 4B D3 37 10
Octal 23 51 101 107 45 0 113 323 67 20
Binary 10011 101001 1000001 1000111 100101 0 1001011 11010011 110111 10000

Color Harmonies of #132941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132941

Black with #132941

Text Example


Text Example

White with #132941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132941; }

 p { color: rgb(19,41,65); }

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

background-color css

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

 a { background-color: rgb(19,41,65); }

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

border-color css

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

 span { border-color: rgb(19,41,65); }

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