Html Css Color HEX #132A41 Tangaroa

📋 copy color: '#132A41'

red 19 ◦ green 42 ◦ blue 65

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

Shades of Tangaroa #132A41

Tints of Tangaroa #132A41

RGB

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

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

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

R = 15.08%
G = 33.33%
B = 51.59%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132A41 (or 0x132A41) is known color: Tangaroa. HEX triplet: 13, 2A and 41. RGB value is (19,42,65). Sum of RGB (Red+Green+Blue) = 19+42+65=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #132A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A41 is #ECD5BE. Grayscale: #252525. Windows color (decimal): -15521215 or 4270611. OLE color: 4270611.

HSL color Cylindrical-coordinate representation of color #132A41: hue angle of 210º 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 #132A41 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 42 65 -
CMYK 0.71 0.35 0 0.75
HSL 210º 0.55% 0.16% -
HSV(B) 210º 0.71% 0.25% -
XYZ 2.05 2.18 5.31 -
YUV 37.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 19 42 65 0.71 0.35 0 0.75 210 0.55 0.16
Hex 13 2A 41 47 23 0 4B D2 37 10
Octal 23 52 101 107 43 0 113 322 67 20
Binary 10011 101010 1000001 1000111 100011 0 1001011 11010010 110111 10000

Color Harmonies of #132A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A41

Black with #132A41

Text Example


Text Example

White with #132A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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