Html Css Color HEX #132939 Tangaroa

📋 copy color: '#132939'

red 19 ◦ green 41 ◦ blue 57

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

Shades of Tangaroa #132939

Tints of Tangaroa #132939

RGB

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

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

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

R = 16.24%
G = 35.04%
B = 48.72%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132939 (or 0x132939) is known color: Tangaroa. HEX triplet: 13, 29 and 39. RGB value is (19,41,57). Sum of RGB (Red+Green+Blue) = 19+41+57=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #132939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132939 is #ECD6C6. Grayscale: #242424. Windows color (decimal): -15521479 or 3746067. OLE color: 3746067.

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

Color convert

RGB 19 41 57 -
CMYK 0.67 0.28 0 0.78
HSL 205.26º 0.5% 0.15% -
HSV(B) 205.26º 0.67% 0.22% -
XYZ 1.8 2.02 4.17 -
YUV 36.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 19 41 57 0.67 0.28 0 0.78 205.26 0.5 0.15
Hex 13 29 39 43 1C 0 4E CD 32 F
Octal 23 51 71 103 34 0 116 315 62 17
Binary 10011 101001 111001 1000011 11100 0 1001110 11001101 110010 1111

Color Harmonies of #132939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132939

Black with #132939

Text Example


Text Example

White with #132939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132939; }

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

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

background-color css

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

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

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

border-color css

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

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

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