Html Css Color HEX #132B41 Tangaroa

📋 copy color: '#132B41'

red 19 ◦ green 43 ◦ blue 65

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

Shades of Tangaroa #132B41

Tints of Tangaroa #132B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

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

R = 14.96%
G = 33.86%
B = 51.18%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132B41 (or 0x132B41) is known color: Tangaroa. HEX triplet: 13, 2B and 41. RGB value is (19,43,65). Sum of RGB (Red+Green+Blue) = 19+43+65=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #132B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B41 is #ECD4BE. Grayscale: #262626. Windows color (decimal): -15520959 or 4270867. OLE color: 4270867.

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

Color convert

RGB 19 43 65 -
CMYK 0.71 0.34 0 0.75
HSL 208.7º 0.55% 0.16% -
HSV(B) 208.7º 0.71% 0.25% -
XYZ 2.09 2.25 5.32 -
YUV 38.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 19 43 65 0.71 0.34 0 0.75 208.7 0.55 0.16
Hex 13 2B 41 47 22 0 4B D1 37 10
Octal 23 53 101 107 42 0 113 321 67 20
Binary 10011 101011 1000001 1000111 100010 0 1001011 11010001 110111 10000

Color Harmonies of #132B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B41

Black with #132B41

Text Example


Text Example

White with #132B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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