#192E3D

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

Shades of Tangaroa #192E3D

Tints of Tangaroa #192E3D

Color information

#192E3D (or 0x192E3D) is unknown color: approx Tangaroa. HEX triplet: 19, 2E and 3D. RGB value is (25,46,61). Sum of RGB (Red+Green+Blue) = 25+46+61=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #192E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E3D is #E6D1C2. Grayscale: #292929. Windows color (decimal): -15126979 or 4009497. OLE color: 4009497.

HSL color Cylindrical-coordinate representation of color #192E3D: hue angle of 205º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #192E3D is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB254661-
CMYK0.590.2500.76
HSL205º41.86%16.86%-
HSV(B)205º59.02%23.92%-
XYZ2.222.54.78-
YUV41.43139.04116.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=18.94%
G=34.85%
B=46.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2546610.590.2500.7620541.8616.86
Hex192E3D3B1904Ccd2a11
Octal315675733101143155221
Binary1100110111011110111101111001010011001100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,46,61); }

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

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

 a { background-color: rgb(25,46,61); }

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

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

 span { border-color: rgb(25,46,61); }

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