#192937

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

Shades of Tangaroa #192937

Tints of Tangaroa #192937

Color information

#192937 (or 0x192937) is unknown color: approx Tangaroa. HEX triplet: 19, 29 and 37. RGB value is (25,41,55). Sum of RGB (Red+Green+Blue) = 25+41+55=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #192937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192937 is #E6D6C8. Grayscale: #252525. Windows color (decimal): -15128265 or 3615001. OLE color: 3615001.

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

Color convert

RGB254155-
CMYK0.550.2500.78
HSL208º37.5%15.69%-
HSV(B)208º54.55%21.57%-
XYZ1.882.073.91-
YUV37.81137.7118.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=20.66%
G=33.88%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2541550.550.2500.7820837.515.69
Hex192937371904Ed02610
Octal315167673101163204620
Binary1100110100111011111011111001010011101101000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192937; }

 p { color: rgb(25,41,55); }

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

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

 a { background-color: rgb(25,41,55); }

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

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

 span { border-color: rgb(25,41,55); }

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