#192633

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

Shades of Tangaroa #192633

Tints of Tangaroa #192633

Color information

#192633 (or 0x192633) is unknown color: approx Tangaroa. HEX triplet: 19, 26 and 33. RGB value is (25,38,51). Sum of RGB (Red+Green+Blue) = 25+38+51=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #192633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192633 is #E6D9CC. Grayscale: #232323. Windows color (decimal): -15129037 or 3352089. OLE color: 3352089.

HSL color Cylindrical-coordinate representation of color #192633: hue angle of 210º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192633 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB253851-
CMYK0.510.2500.8
HSL210º34.21%14.9%-
HSV(B)210º50.98%20%-
XYZ1.691.833.4-
YUV35.6136.69120.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 44.74%
R=21.93%
G=33.33%
B=44.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2538510.510.2500.821034.2114.9
Hex1926333319050d222f
Octal314663633101203224217
Binary110011001101100111100111100101010000110100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192633; }

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

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

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

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

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

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

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

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