#192836

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

Shades of Tangaroa #192836

Tints of Tangaroa #192836

Color information

#192836 (or 0x192836) is unknown color: approx Tangaroa. HEX triplet: 19, 28 and 36. RGB value is (25,40,54). Sum of RGB (Red+Green+Blue) = 25+40+54=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #192836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192836 is #E6D7C9. Grayscale: #252525. Windows color (decimal): -15128522 or 3549209. OLE color: 3549209.

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

Color convert

RGB254054-
CMYK0.540.2600.79
HSL208.97º36.71%15.49%-
HSV(B)208.97º53.7%21.18%-
XYZ1.831.993.78-
YUV37.11137.53119.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=21.01%
G=33.61%
B=45.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2540540.540.2600.79208.9736.7115.49
Hex192836361A04Fd125f
Octal315066663201173214517
Binary110011010001101101101101101001001111110100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192836; }

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

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

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

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

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

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

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

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