#192835

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

Shades of Tangaroa #192835

Tints of Tangaroa #192835

Color information

#192835 (or 0x192835) is unknown color: approx Tangaroa. HEX triplet: 19, 28 and 35. RGB value is (25,40,53). Sum of RGB (Red+Green+Blue) = 25+40+53=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #192835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192835 is #E6D7CA. Grayscale: #242424. Windows color (decimal): -15128523 or 3483673. OLE color: 3483673.

HSL color Cylindrical-coordinate representation of color #192835: hue angle of 207.86º 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 #192835 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB254053-
CMYK0.530.2500.79
HSL207.86º35.9%15.29%-
HSV(B)207.86º52.83%20.78%-
XYZ1.81.983.66-
YUV37137.03119.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=21.19%
G=33.90%
B=44.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2540530.530.2500.79207.8635.915.29
Hex192835351904Fd024f
Octal315065653101173204417
Binary110011010001101011101011100101001111110100001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192835; }

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

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

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

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

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

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

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

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