Html Css Color HEX #132437 Tangaroa

📋 copy color: '#132437'

red 19 ◦ green 36 ◦ blue 55

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

Shades of Tangaroa #132437

Tints of Tangaroa #132437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.73%

 BLUE value IS 55 (21.88% from 255) = 50%

R = 17.27%
G = 32.73%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132437 (or 0x132437) is known color: Tangaroa. HEX triplet: 13, 24 and 37. RGB value is (19,36,55). Sum of RGB (Red+Green+Blue) = 19+36+55=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #132437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132437 is #ECDBC8. Grayscale: #202020. Windows color (decimal): -15522761 or 3613715. OLE color: 3613715.

HSL color Cylindrical-coordinate representation of color #132437: hue angle of 211.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132437 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 36 55 -
CMYK 0.65 0.35 0 0.78
HSL 211.67º 0.49% 0.15% -
HSV(B) 211.67º 0.65% 0.22% -
XYZ 1.59 1.68 3.85 -
YUV 33.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 19 36 55 0.65 0.35 0 0.78 211.67 0.49 0.15
Hex 13 24 37 41 23 0 4E D4 31 F
Octal 23 44 67 101 43 0 116 324 61 17
Binary 10011 100100 110111 1000001 100011 0 1001110 11010100 110001 1111

Color Harmonies of #132437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132437

Black with #132437

Text Example


Text Example

White with #132437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132437; }

 p { color: rgb(19,36,55); }

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

background-color css

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

 a { background-color: rgb(19,36,55); }

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

border-color css

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

 span { border-color: rgb(19,36,55); }

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