Html Css Color HEX #132D46 Tangaroa

📋 copy color: '#132D46'

red 19 ◦ green 45 ◦ blue 70

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

Shades of Tangaroa #132D46

Tints of Tangaroa #132D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 52.24%

R = 14.18%
G = 33.58%
B = 52.24%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132D46 (or 0x132D46) is known color: Tangaroa. HEX triplet: 13, 2D and 46. RGB value is (19,45,70). Sum of RGB (Red+Green+Blue) = 19+45+70=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #132D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D46 is #ECD2B9. Grayscale: #272727. Windows color (decimal): -15520442 or 4599059. OLE color: 4599059.

HSL color Cylindrical-coordinate representation of color #132D46: hue angle of 209.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132D46 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 45 70 -
CMYK 0.73 0.36 0 0.73
HSL 209.41º 0.57% 0.17% -
HSV(B) 209.41º 0.73% 0.27% -
XYZ 2.31 2.46 6.15 -
YUV 40.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 19 45 70 0.73 0.36 0 0.73 209.41 0.57 0.17
Hex 13 2D 46 49 24 0 49 D1 39 11
Octal 23 55 106 111 44 0 111 321 71 21
Binary 10011 101101 1000110 1001001 100100 0 1001001 11010001 111001 10001

Color Harmonies of #132D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D46

Black with #132D46

Text Example


Text Example

White with #132D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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