Html Css Color HEX #13243B Tangaroa

📋 copy color: '#13243B'

red 19 ◦ green 36 ◦ blue 59

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

Shades of Tangaroa #13243B

Tints of Tangaroa #13243B

RGB

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

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

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

R = 16.67%
G = 31.58%
B = 51.75%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13243B (or 0x13243B) is known color: Tangaroa. HEX triplet: 13, 24 and 3B. RGB value is (19,36,59). Sum of RGB (Red+Green+Blue) = 19+36+59=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #13243B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13243B is #ECDBC4. Grayscale: #212121. Windows color (decimal): -15522757 or 3875859. OLE color: 3875859.

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

Color convert

RGB 19 36 59 -
CMYK 0.68 0.39 0 0.77
HSL 214.5º 0.51% 0.15% -
HSV(B) 214.5º 0.68% 0.23% -
XYZ 1.69 1.72 4.38 -
YUV 33.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 19 36 59 0.68 0.39 0 0.77 214.5 0.51 0.15
Hex 13 24 3B 44 27 0 4D D6 33 F
Octal 23 44 73 104 47 0 115 326 63 17
Binary 10011 100100 111011 1000100 100111 0 1001101 11010110 110011 1111

Color Harmonies of #13243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13243B

Black with #13243B

Text Example


Text Example

White with #13243B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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