#192a36

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

Shades of Tangaroa #192A36

Tints of Tangaroa #192A36

Color information

#192A36 (or 0x192A36) is unknown color: approx Tangaroa. HEX triplet: 19, 2A and 36. RGB value is (25,42,54). Sum of RGB (Red+Green+Blue) = 25+42+54=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #192A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A36 is #E6D5C9. Grayscale: #262626. Windows color (decimal): -15128010 or 3549721. OLE color: 3549721.

HSL color Cylindrical-coordinate representation of color #192A36: hue angle of 204.83º 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 #192A36 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB254254-
CMYK0.540.2200.79
HSL204.83º36.71%15.49%-
HSV(B)204.83º53.7%21.18%-
XYZ1.892.133.8-
YUV38.28136.87118.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=20.66%
G=34.71%
B=44.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2542540.540.2200.79204.8336.7115.49
Hex192A36361604Fcd25f
Octal315266662601173154517
Binary110011010101101101101101011001001111110011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192a36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192a36; }

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

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

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

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

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

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

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

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