Html Css Color HEX #132339 Tangaroa

📋 copy color: '#132339'

red 19 ◦ green 35 ◦ blue 57

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

Shades of Tangaroa #132339

Tints of Tangaroa #132339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.53%

 BLUE value IS 57 (22.66% from 255) = 51.35%

R = 17.12%
G = 31.53%
B = 51.35%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132339 (or 0x132339) is known color: Tangaroa. HEX triplet: 13, 23 and 39. RGB value is (19,35,57). Sum of RGB (Red+Green+Blue) = 19+35+57=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #132339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132339 is #ECDCC6. Grayscale: #202020. Windows color (decimal): -15523015 or 3744531. OLE color: 3744531.

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

Color convert

RGB 19 35 57 -
CMYK 0.67 0.39 0 0.78
HSL 214.74º 0.5% 0.15% -
HSV(B) 214.74º 0.67% 0.22% -
XYZ 1.61 1.64 4.1 -
YUV 32.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 19 35 57 0.67 0.39 0 0.78 214.74 0.5 0.15
Hex 13 23 39 43 27 0 4E D7 32 F
Octal 23 43 71 103 47 0 116 327 62 17
Binary 10011 100011 111001 1000011 100111 0 1001110 11010111 110010 1111

Color Harmonies of #132339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132339

Black with #132339

Text Example


Text Example

White with #132339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132339; }

 p { color: rgb(19,35,57); }

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

background-color css

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

 a { background-color: rgb(19,35,57); }

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

border-color css

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

 span { border-color: rgb(19,35,57); }

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