Html Css Color HEX #132D41 Tangaroa

📋 copy color: '#132D41'

red 19 ◦ green 45 ◦ blue 65

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

Shades of Tangaroa #132D41

Tints of Tangaroa #132D41

RGB

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

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

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

R = 14.73%
G = 34.88%
B = 50.39%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132D41 (or 0x132D41) is known color: Tangaroa. HEX triplet: 13, 2D and 41. RGB value is (19,45,65). Sum of RGB (Red+Green+Blue) = 19+45+65=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #132D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D41 is #ECD2BE. Grayscale: #272727. Windows color (decimal): -15520447 or 4271379. OLE color: 4271379.

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

Color convert

RGB 19 45 65 -
CMYK 0.71 0.31 0 0.75
HSL 206.09º 0.55% 0.16% -
HSV(B) 206.09º 0.71% 0.25% -
XYZ 2.16 2.4 5.35 -
YUV 39.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 19 45 65 0.71 0.31 0 0.75 206.09 0.55 0.16
Hex 13 2D 41 47 1F 0 4B CE 37 10
Octal 23 55 101 107 37 0 113 316 67 20
Binary 10011 101101 1000001 1000111 11111 0 1001011 11001110 110111 10000

Color Harmonies of #132D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D41

Black with #132D41

Text Example


Text Example

White with #132D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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