#192B38

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

Shades of Tangaroa #192B38

Tints of Tangaroa #192B38

Color information

#192B38 (or 0x192B38) is unknown color: approx Tangaroa. HEX triplet: 19, 2B and 38. RGB value is (25,43,56). Sum of RGB (Red+Green+Blue) = 25+43+56=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #192B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B38 is #E6D4C7. Grayscale: #272727. Windows color (decimal): -15127752 or 3681049. OLE color: 3681049.

HSL color Cylindrical-coordinate representation of color #192B38: hue angle of 205.16º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #192B38 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB254356-
CMYK0.550.2300.78
HSL205.16º38.27%15.88%-
HSV(B)205.16º55.36%21.96%-
XYZ1.982.224.07-
YUV39.1137.54117.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 56 (22.27% from 255) = 45.16%
R=20.16%
G=34.68%
B=45.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2543560.550.2300.78205.1638.2715.88
Hex192B38371704Ecd2610
Octal315370672701163154620
Binary1100110101111100011011110111010011101100110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,43,56); }

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

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

 a { background-color: rgb(25,43,56); }

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

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

 span { border-color: rgb(25,43,56); }

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