#192535

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

Shades of Tangaroa #192535

Tints of Tangaroa #192535

Color information

#192535 (or 0x192535) is unknown color: approx Tangaroa. HEX triplet: 19, 25 and 35. RGB value is (25,37,53). Sum of RGB (Red+Green+Blue) = 25+37+53=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #192535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192535 is #E6DACA. Grayscale: #232323. Windows color (decimal): -15129291 or 3482905. OLE color: 3482905.

HSL color Cylindrical-coordinate representation of color #192535: hue angle of 214.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #192535 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB253753-
CMYK0.530.3000.79
HSL214.29º35.9%15.29%-
HSV(B)214.29º52.83%20.78%-
XYZ1.711.793.62-
YUV35.24138.02120.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=21.74%
G=32.17%
B=46.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2537530.530.3000.79214.2935.915.29
Hex192535351E04Fd624f
Octal314565653601173264417
Binary110011001011101011101011111001001111110101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192535; }

 p { color: rgb(25,37,53); }

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

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

 a { background-color: rgb(25,37,53); }

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

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

 span { border-color: rgb(25,37,53); }

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