Html Css Color HEX #132940 Tangaroa

📋 copy color: '#132940'

red 19 ◦ green 41 ◦ blue 64

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

Shades of Tangaroa #132940

Tints of Tangaroa #132940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

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

R = 15.32%
G = 33.06%
B = 51.61%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132940 (or 0x132940) is known color: Tangaroa. HEX triplet: 13, 29 and 40. RGB value is (19,41,64). Sum of RGB (Red+Green+Blue) = 19+41+64=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #132940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132940 is #ECD6BF. Grayscale: #242424. Windows color (decimal): -15521472 or 4204819. OLE color: 4204819.

HSL color Cylindrical-coordinate representation of color #132940: hue angle of 210.67º 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 #132940 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 41 64 -
CMYK 0.70 0.36 0 0.75
HSL 210.67º 0.54% 0.16% -
HSV(B) 210.67º 0.7% 0.25% -
XYZ 1.99 2.09 5.15 -
YUV 37.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 19 41 64 0.70 0.36 0 0.75 210.67 0.54 0.16
Hex 13 29 40 46 24 0 4B D3 36 10
Octal 23 51 100 106 44 0 113 323 66 20
Binary 10011 101001 1000000 1000110 100100 0 1001011 11010011 110110 10000

Color Harmonies of #132940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132940

Black with #132940

Text Example


Text Example

White with #132940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132940; }

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

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

background-color css

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

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

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

border-color css

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

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

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