Html Css Color HEX #132639 Tangaroa

📋 copy color: '#132639'

red 19 ◦ green 38 ◦ blue 57

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

Shades of Tangaroa #132639

Tints of Tangaroa #132639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.33%

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

R = 16.67%
G = 33.33%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132639 (or 0x132639) is known color: Tangaroa. HEX triplet: 13, 26 and 39. RGB value is (19,38,57). Sum of RGB (Red+Green+Blue) = 19+38+57=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #132639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132639 is #ECD9C6. Grayscale: #222222. Windows color (decimal): -15522247 or 3745299. OLE color: 3745299.

HSL color Cylindrical-coordinate representation of color #132639: hue angle of 210º 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 #132639 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 38 57 -
CMYK 0.67 0.33 0 0.78
HSL 210º 0.5% 0.15% -
HSV(B) 210º 0.67% 0.22% -
XYZ 1.7 1.82 4.13 -
YUV 34.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 19 38 57 0.67 0.33 0 0.78 210 0.5 0.15
Hex 13 26 39 43 21 0 4E D2 32 F
Octal 23 46 71 103 41 0 116 322 62 17
Binary 10011 100110 111001 1000011 100001 0 1001110 11010010 110010 1111

Color Harmonies of #132639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132639

Black with #132639

Text Example


Text Example

White with #132639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132639; }

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

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

background-color css

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

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

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

border-color css

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

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

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