#193039

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

Shades of Tangaroa #193039

Tints of Tangaroa #193039

Color information

#193039 (or 0x193039) is unknown color: approx Tangaroa. HEX triplet: 19, 30 and 39. RGB value is (25,48,57). Sum of RGB (Red+Green+Blue) = 25+48+57=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #193039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193039 is #E6CFC6. Grayscale: #2A2A2A. Windows color (decimal): -15126471 or 3747865. OLE color: 3747865.

HSL color Cylindrical-coordinate representation of color #193039: hue angle of 196.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193039 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB254857-
CMYK0.560.1600.78
HSL196.88º39.02%16.08%-
HSV(B)196.88º56.14%22.35%-
XYZ2.22.624.26-
YUV42.15136.38115.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=19.23%
G=36.92%
B=43.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2548570.560.1600.78196.8839.0216.08
Hex193039381004Ec52710
Octal316071702001163054720
Binary1100111000011100111100010000010011101100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193039; }

 p { color: rgb(25,48,57); }

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

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

 a { background-color: rgb(25,48,57); }

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

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

 span { border-color: rgb(25,48,57); }

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