Html Css Color HEX #132C41 Tangaroa

📋 copy color: '#132C41'

red 19 ◦ green 44 ◦ blue 65

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

Shades of Tangaroa #132C41

Tints of Tangaroa #132C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.38%

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

R = 14.84%
G = 34.38%
B = 50.78%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132C41 (or 0x132C41) is known color: Tangaroa. HEX triplet: 13, 2C and 41. RGB value is (19,44,65). Sum of RGB (Red+Green+Blue) = 19+44+65=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #132C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C41 is #ECD3BE. Grayscale: #262626. Windows color (decimal): -15520703 or 4271123. OLE color: 4271123.

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

Color convert

RGB 19 44 65 -
CMYK 0.71 0.32 0 0.75
HSL 207.39º 0.55% 0.16% -
HSV(B) 207.39º 0.71% 0.25% -
XYZ 2.12 2.32 5.34 -
YUV 38.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 19 44 65 0.71 0.32 0 0.75 207.39 0.55 0.16
Hex 13 2C 41 47 20 0 4B CF 37 10
Octal 23 54 101 107 40 0 113 317 67 20
Binary 10011 101100 1000001 1000111 100000 0 1001011 11001111 110111 10000

Color Harmonies of #132C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C41

Black with #132C41

Text Example


Text Example

White with #132C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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