#192A35

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

Shades of Tangaroa #192A35

Tints of Tangaroa #192A35

Color information

#192A35 (or 0x192A35) is unknown color: approx Tangaroa. HEX triplet: 19, 2A and 35. RGB value is (25,42,53). Sum of RGB (Red+Green+Blue) = 25+42+53=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #192A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A35 is #E6D5CA. Grayscale: #262626. Windows color (decimal): -15128011 or 3484185. OLE color: 3484185.

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

Color convert

RGB254253-
CMYK0.530.2100.79
HSL203.57º35.9%15.29%-
HSV(B)203.57º52.83%20.78%-
XYZ1.872.123.68-
YUV38.17136.37118.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=20.83%
G=35%
B=44.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2542530.530.2100.79203.5735.915.29
Hex192A35351504Fcc24f
Octal315265652501173144417
Binary110011010101101011101011010101001111110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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