Html Css Color HEX #13293D Tangaroa

📋 copy color: '#13293D'

red 19 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #13293D

Tints of Tangaroa #13293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 50.41%

R = 15.7%
G = 33.88%
B = 50.41%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13293D (or 0x13293D) is known color: Tangaroa. HEX triplet: 13, 29 and 3D. RGB value is (19,41,61). Sum of RGB (Red+Green+Blue) = 19+41+61=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #13293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13293D is #ECD6C2. Grayscale: #242424. Windows color (decimal): -15521475 or 4008211. OLE color: 4008211.

HSL color Cylindrical-coordinate representation of color #13293D: hue angle of 208.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13293D is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 41 61 -
CMYK 0.69 0.33 0 0.76
HSL 208.57º 0.53% 0.16% -
HSV(B) 208.57º 0.69% 0.24% -
XYZ 1.9 2.06 4.71 -
YUV 36.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 19 41 61 0.69 0.33 0 0.76 208.57 0.53 0.16
Hex 13 29 3D 45 21 0 4C D1 34 10
Octal 23 51 75 105 41 0 114 321 64 20
Binary 10011 101001 111101 1000101 100001 0 1001100 11010001 110100 10000

Color Harmonies of #13293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13293D

Black with #13293D

Text Example


Text Example

White with #13293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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