#13273E

Color #13273E Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #13273E

Tints of Tangaroa #13273E

Color information

#13273E (or 0x13273E) is unknown color: approx Tangaroa. HEX triplet: 13, 27 and 3E. RGB value is (19,39,62). Sum of RGB (Red+Green+Blue) = 19+39+62=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #13273E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13273E is #ECD8C1. Grayscale: #232323. Windows color (decimal): -15521986 or 4073235. OLE color: 4073235.

HSL color Cylindrical-coordinate representation of color #13273E: hue angle of 212.09º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13273E is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193962-
CMYK0.690.3700.76
HSL212.09º53.09%15.88%-
HSV(B)212.09º69.35%24.31%-
XYZ1.861.944.83-
YUV35.64142.87116.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=15.83%
G=32.5%
B=51.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1939620.690.3700.76212.0953.0915.88
Hex13273E452504Cd43510
Octal2347761054501143246520
Binary100111001111111101000101100101010011001101010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13273E; }

 p { color: rgb(19,39,62); }

 H1.HeaderClassName
 {
   color: #13273E;
 }
 .AnyTagClassName
 {
   color: #13273E;
 }
</style>
background-color css

<style>
 a { background-color: #13273E; }

 a { background-color: rgb(19,39,62); }

 div.DivClassName
 {
   background-color: #13273E;
 }
 .BgClassName
 {
   background-color: #13273E;
 }
</style>
border-color css

<style>
 span { border-color: #13273E; }

 span { border-color: rgb(19,39,62); }

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