Html Css Color HEX #132234 Tangaroa

📋 copy color: '#132234'

red 19 ◦ green 34 ◦ blue 52

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

Shades of Tangaroa #132234

Tints of Tangaroa #132234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.38%

 BLUE value IS 52 (20.7% from 255) = 49.52%

R = 18.1%
G = 32.38%
B = 49.52%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#132234 (or 0x132234) is known color: Tangaroa. HEX triplet: 13, 22 and 34. RGB value is (19,34,52). Sum of RGB (Red+Green+Blue) = 19+34+52=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #132234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132234 is #ECDDCB. Grayscale: #1F1F1F. Windows color (decimal): -15523276 or 3416595. OLE color: 3416595.

HSL color Cylindrical-coordinate representation of color #132234: hue angle of 212.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132234 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 34 52 -
CMYK 0.63 0.35 0 0.80
HSL 212.73º 0.46% 0.14% -
HSV(B) 212.73º 0.63% 0.2% -
XYZ 1.46 1.53 3.47 -
YUV 31.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 19 34 52 0.63 0.35 0 0.80 212.73 0.46 0.14
Hex 13 22 34 3F 23 0 50 D5 2E E
Octal 23 42 64 77 43 0 120 325 56 16
Binary 10011 100010 110100 111111 100011 0 1010000 11010101 101110 1110

Color Harmonies of #132234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132234

Black with #132234

Text Example


Text Example

White with #132234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132234; }

 p { color: rgb(19,34,52); }

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

background-color css

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

 a { background-color: rgb(19,34,52); }

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

border-color css

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

 span { border-color: rgb(19,34,52); }

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