#192635

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

Shades of Tangaroa #192635

Tints of Tangaroa #192635

Color information

#192635 (or 0x192635) is unknown color: approx Tangaroa. HEX triplet: 19, 26 and 35. RGB value is (25,38,53). Sum of RGB (Red+Green+Blue) = 25+38+53=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #192635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192635 is #E6D9CA. Grayscale: #232323. Windows color (decimal): -15129035 or 3483161. OLE color: 3483161.

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

Color convert

RGB253853-
CMYK0.530.2800.79
HSL212.14º35.9%15.29%-
HSV(B)212.14º52.83%20.78%-
XYZ1.741.853.63-
YUV35.82137.69120.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=21.55%
G=32.76%
B=45.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2538530.530.2800.79212.1435.915.29
Hex192635351C04Fd424f
Octal314665653401173244417
Binary110011001101101011101011110001001111110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192635; }

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

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

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

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

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

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

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

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