Html Css Color HEX #13293B Tangaroa

📋 copy color: '#13293B'

red 19 ◦ green 41 ◦ blue 59

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

Shades of Tangaroa #13293B

Tints of Tangaroa #13293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 49.58%

R = 15.97%
G = 34.45%
B = 49.58%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13293B (or 0x13293B) is known color: Tangaroa. HEX triplet: 13, 29 and 3B. RGB value is (19,41,59). Sum of RGB (Red+Green+Blue) = 19+41+59=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #13293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13293B is #ECD6C4. Grayscale: #242424. Windows color (decimal): -15521477 or 3877139. OLE color: 3877139.

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

Color convert

RGB 19 41 59 -
CMYK 0.68 0.31 0 0.77
HSL 207º 0.51% 0.15% -
HSV(B) 207º 0.68% 0.23% -
XYZ 1.85 2.04 4.43 -
YUV 36.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 19 41 59 0.68 0.31 0 0.77 207 0.51 0.15
Hex 13 29 3B 44 1F 0 4D CF 33 F
Octal 23 51 73 104 37 0 115 317 63 17
Binary 10011 101001 111011 1000100 11111 0 1001101 11001111 110011 1111

Color Harmonies of #13293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13293B

Black with #13293B

Text Example


Text Example

White with #13293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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