Html Css Color HEX #132836 Tangaroa

📋 copy color: '#132836'

red 19 ◦ green 40 ◦ blue 54

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

Shades of Tangaroa #132836

Tints of Tangaroa #132836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 47.79%

R = 16.81%
G = 35.4%
B = 47.79%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132836 (or 0x132836) is known color: Tangaroa. HEX triplet: 13, 28 and 36. RGB value is (19,40,54). Sum of RGB (Red+Green+Blue) = 19+40+54=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #132836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132836 is #ECD7C9. Grayscale: #232323. Windows color (decimal): -15521738 or 3549203. OLE color: 3549203.

HSL color Cylindrical-coordinate representation of color #132836: hue angle of 204º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132836 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 40 54 -
CMYK 0.65 0.26 0 0.79
HSL 204º 0.48% 0.14% -
HSV(B) 204º 0.65% 0.21% -
XYZ 1.69 1.92 3.77 -
YUV 35.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 19 40 54 0.65 0.26 0 0.79 204 0.48 0.14
Hex 13 28 36 41 1A 0 4F CC 30 E
Octal 23 50 66 101 32 0 117 314 60 16
Binary 10011 101000 110110 1000001 11010 0 1001111 11001100 110000 1110

Color Harmonies of #132836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132836

Black with #132836

Text Example


Text Example

White with #132836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132836; }

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

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

background-color css

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

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

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

border-color css

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

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

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