Html Css Color HEX #132840 Tangaroa

📋 copy color: '#132840'

red 19 ◦ green 40 ◦ blue 64

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

Shades of Tangaroa #132840

Tints of Tangaroa #132840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.52%

 BLUE value IS 64 (25.39% from 255) = 52.03%

R = 15.45%
G = 32.52%
B = 52.03%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132840 (or 0x132840) is known color: Tangaroa. HEX triplet: 13, 28 and 40. RGB value is (19,40,64). Sum of RGB (Red+Green+Blue) = 19+40+64=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #132840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132840 is #ECD7BF. Grayscale: #242424. Windows color (decimal): -15521728 or 4204563. OLE color: 4204563.

HSL color Cylindrical-coordinate representation of color #132840: hue angle of 212º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132840 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 40 64 -
CMYK 0.70 0.38 0 0.75
HSL 212º 0.54% 0.16% -
HSV(B) 212º 0.7% 0.25% -
XYZ 1.95 2.03 5.14 -
YUV 36.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 19 40 64 0.70 0.38 0 0.75 212 0.54 0.16
Hex 13 28 40 46 26 0 4B D4 36 10
Octal 23 50 100 106 46 0 113 324 66 20
Binary 10011 101000 1000000 1000110 100110 0 1001011 11010100 110110 10000

Color Harmonies of #132840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132840

Black with #132840

Text Example


Text Example

White with #132840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132840; }

 p { color: rgb(19,40,64); }

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

background-color css

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

 a { background-color: rgb(19,40,64); }

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

border-color css

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

 span { border-color: rgb(19,40,64); }

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