Html Css Color HEX #13263A Tangaroa

📋 copy color: '#13263A'

red 19 ◦ green 38 ◦ blue 58

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

Shades of Tangaroa #13263A

Tints of Tangaroa #13263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.04%

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

R = 16.52%
G = 33.04%
B = 50.43%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13263A (or 0x13263A) is known color: Tangaroa. HEX triplet: 13, 26 and 3A. RGB value is (19,38,58). Sum of RGB (Red+Green+Blue) = 19+38+58=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #13263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13263A is #ECD9C5. Grayscale: #222222. Windows color (decimal): -15522246 or 3810835. OLE color: 3810835.

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

Color convert

RGB 19 38 58 -
CMYK 0.67 0.34 0 0.77
HSL 210.77º 0.51% 0.15% -
HSV(B) 210.77º 0.67% 0.23% -
XYZ 1.73 1.83 4.27 -
YUV 34.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 19 38 58 0.67 0.34 0 0.77 210.77 0.51 0.15
Hex 13 26 3A 43 22 0 4D D3 33 F
Octal 23 46 72 103 42 0 115 323 63 17
Binary 10011 100110 111010 1000011 100010 0 1001101 11010011 110011 1111

Color Harmonies of #13263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13263A

Black with #13263A

Text Example


Text Example

White with #13263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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