Html Css Color HEX #13243A Tangaroa

📋 copy color: '#13243A'

red 19 ◦ green 36 ◦ blue 58

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

Shades of Tangaroa #13243A

Tints of Tangaroa #13243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.86%

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

R = 16.81%
G = 31.86%
B = 51.33%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13243A (or 0x13243A) is known color: Tangaroa. HEX triplet: 13, 24 and 3A. RGB value is (19,36,58). Sum of RGB (Red+Green+Blue) = 19+36+58=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #13243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13243A is #ECDBC5. Grayscale: #212121. Windows color (decimal): -15522758 or 3810323. OLE color: 3810323.

HSL color Cylindrical-coordinate representation of color #13243A: hue angle of 213.85º 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 #13243A is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 36 58 -
CMYK 0.67 0.38 0 0.77
HSL 213.85º 0.51% 0.15% -
HSV(B) 213.85º 0.67% 0.23% -
XYZ 1.66 1.71 4.24 -
YUV 33.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 19 36 58 0.67 0.38 0 0.77 213.85 0.51 0.15
Hex 13 24 3A 43 26 0 4D D6 33 F
Octal 23 44 72 103 46 0 115 326 63 17
Binary 10011 100100 111010 1000011 100110 0 1001101 11010110 110011 1111

Color Harmonies of #13243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13243A

Black with #13243A

Text Example


Text Example

White with #13243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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