Html Css Color HEX #13293A Tangaroa

📋 copy color: '#13293A'

red 19 ◦ green 41 ◦ blue 58

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

Shades of Tangaroa #13293A

Tints of Tangaroa #13293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.75%

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 16.1%
G = 34.75%
B = 49.15%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13293A (or 0x13293A) is known color: Tangaroa. HEX triplet: 13, 29 and 3A. RGB value is (19,41,58). Sum of RGB (Red+Green+Blue) = 19+41+58=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #13293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13293A is #ECD6C5. Grayscale: #242424. Windows color (decimal): -15521478 or 3811603. OLE color: 3811603.

HSL color Cylindrical-coordinate representation of color #13293A: hue angle of 206.15º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13293A is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 41 58 -
CMYK 0.67 0.29 0 0.77
HSL 206.15º 0.51% 0.15% -
HSV(B) 206.15º 0.67% 0.23% -
XYZ 1.83 2.03 4.3 -
YUV 36.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 19 41 58 0.67 0.29 0 0.77 206.15 0.51 0.15
Hex 13 29 3A 43 1D 0 4D CE 33 F
Octal 23 51 72 103 35 0 115 316 63 17
Binary 10011 101001 111010 1000011 11101 0 1001101 11001110 110011 1111

Color Harmonies of #13293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13293A

Black with #13293A

Text Example


Text Example

White with #13293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13293A; }

 p { color: rgb(19,41,58); }

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

background-color css

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

 a { background-color: rgb(19,41,58); }

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

border-color css

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

 span { border-color: rgb(19,41,58); }

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