Html Css Color HEX #132D47 Tangaroa

📋 copy color: '#132D47'

red 19 ◦ green 45 ◦ blue 71

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

Shades of Tangaroa #132D47

Tints of Tangaroa #132D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 52.59%

R = 14.07%
G = 33.33%
B = 52.59%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132D47 (or 0x132D47) is known color: Tangaroa. HEX triplet: 13, 2D and 47. RGB value is (19,45,71). Sum of RGB (Red+Green+Blue) = 19+45+71=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #132D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D47 is #ECD2B8. Grayscale: #282828. Windows color (decimal): -15520441 or 4664595. OLE color: 4664595.

HSL color Cylindrical-coordinate representation of color #132D47: hue angle of 210º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132D47 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 45 71 -
CMYK 0.73 0.37 0 0.72
HSL 210º 0.58% 0.18% -
HSV(B) 210º 0.73% 0.28% -
XYZ 2.34 2.47 6.31 -
YUV 40.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 19 45 71 0.73 0.37 0 0.72 210 0.58 0.18
Hex 13 2D 47 49 25 0 48 D2 3A 12
Octal 23 55 107 111 45 0 110 322 72 22
Binary 10011 101101 1000111 1001001 100101 0 1001000 11010010 111010 10010

Color Harmonies of #132D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D47

Black with #132D47

Text Example


Text Example

White with #132D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,45,71); }

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

background-color css

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

 a { background-color: rgb(19,45,71); }

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

border-color css

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

 span { border-color: rgb(19,45,71); }

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