#13273F

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

Shades of Tangaroa #13273F

Tints of Tangaroa #13273F

Color information

#13273F (or 0x13273F) is unknown color: approx Tangaroa. HEX triplet: 13, 27 and 3F. RGB value is (19,39,63). Sum of RGB (Red+Green+Blue) = 19+39+63=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #13273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13273F is #ECD8C0. Grayscale: #232323. Windows color (decimal): -15521985 or 4138771. OLE color: 4138771.

HSL color Cylindrical-coordinate representation of color #13273F: hue angle of 212.73º 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 #13273F is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193963-
CMYK0.700.3800.75
HSL212.73º53.66%16.08%-
HSV(B)212.73º69.84%24.71%-
XYZ1.891.954.98-
YUV35.76143.37116.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 63 (25% from 255) = 52.07%
R=15.70%
G=32.23%
B=52.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1939630.700.3800.75212.7353.6616.08
Hex13273F462604Bd53610
Octal2347771064601133256620
Binary100111001111111111000110100110010010111101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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