Html Css Color HEX #132335 Tangaroa

📋 copy color: '#132335'

red 19 ◦ green 35 ◦ blue 53

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

Shades of Tangaroa #132335

Tints of Tangaroa #132335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 49.53%

R = 17.76%
G = 32.71%
B = 49.53%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132335 (or 0x132335) is known color: Tangaroa. HEX triplet: 13, 23 and 35. RGB value is (19,35,53). Sum of RGB (Red+Green+Blue) = 19+35+53=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #132335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132335 is #ECDCCA. Grayscale: #202020. Windows color (decimal): -15523019 or 3482387. OLE color: 3482387.

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

Color convert

RGB 19 35 53 -
CMYK 0.64 0.34 0 0.79
HSL 211.76º 0.47% 0.14% -
HSV(B) 211.76º 0.64% 0.21% -
XYZ 1.51 1.6 3.6 -
YUV 32.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 19 35 53 0.64 0.34 0 0.79 211.76 0.47 0.14
Hex 13 23 35 40 22 0 4F D4 2F E
Octal 23 43 65 100 42 0 117 324 57 16
Binary 10011 100011 110101 1000000 100010 0 1001111 11010100 101111 1110

Color Harmonies of #132335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132335

Black with #132335

Text Example


Text Example

White with #132335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132335; }

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

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

background-color css

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

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

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

border-color css

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

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

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