Html Css Color HEX #13293F Tangaroa

📋 copy color: '#13293F'

red 19 ◦ green 41 ◦ blue 63

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

Shades of Tangaroa #13293F

Tints of Tangaroa #13293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 51.22%

R = 15.45%
G = 33.33%
B = 51.22%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13293F (or 0x13293F) is known color: Tangaroa. HEX triplet: 13, 29 and 3F. RGB value is (19,41,63). Sum of RGB (Red+Green+Blue) = 19+41+63=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #13293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13293F is #ECD6C0. Grayscale: #242424. Windows color (decimal): -15521473 or 4139283. OLE color: 4139283.

HSL color Cylindrical-coordinate representation of color #13293F: hue angle of 210º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13293F is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 41 63 -
CMYK 0.70 0.35 0 0.75
HSL 210º 0.54% 0.16% -
HSV(B) 210º 0.7% 0.25% -
XYZ 1.96 2.08 5 -
YUV 36.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 19 41 63 0.70 0.35 0 0.75 210 0.54 0.16
Hex 13 29 3F 46 23 0 4B D2 36 10
Octal 23 51 77 106 43 0 113 322 66 20
Binary 10011 101001 111111 1000110 100011 0 1001011 11010010 110110 10000

Color Harmonies of #13293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13293F

Black with #13293F

Text Example


Text Example

White with #13293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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