#192838

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

Shades of Tangaroa #192838

Tints of Tangaroa #192838

Color information

#192838 (or 0x192838) is unknown color: approx Tangaroa. HEX triplet: 19, 28 and 38. RGB value is (25,40,56). Sum of RGB (Red+Green+Blue) = 25+40+56=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #192838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192838 is #E6D7C7. Grayscale: #252525. Windows color (decimal): -15128520 or 3680281. OLE color: 3680281.

HSL color Cylindrical-coordinate representation of color #192838: hue angle of 210.97º 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 #192838 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB254056-
CMYK0.550.2900.78
HSL210.97º38.27%15.88%-
HSV(B)210.97º55.36%21.96%-
XYZ1.872.014.03-
YUV37.34138.53119.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=20.66%
G=33.06%
B=46.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2540560.550.2900.78210.9738.2715.88
Hex192838371D04Ed32610
Octal315070673501163234620
Binary1100110100011100011011111101010011101101001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192838; }

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

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

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

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

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

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

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

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