#19093B

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

Shades of Tolopea #19093B

Tints of Tolopea #19093B

Color information

#19093B (or 0x19093B) is unknown color: approx Tolopea. HEX triplet: 19, 09 and 3B. RGB value is (25,9,59). Sum of RGB (Red+Green+Blue) = 25+9+59=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #19093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19093B is #E6F6C4. Grayscale: #131313. Windows color (decimal): -15136453 or 3868953. OLE color: 3868953.

HSL color Cylindrical-coordinate representation of color #19093B: hue angle of 259.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19093B is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25959-
CMYK0.580.8500.77
HSL259.2º73.53%13.33%-
HSV(B)259.2º84.75%23.14%-
XYZ1.290.724.21-
YUV19.48150.3131.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 59 (23.44% from 255) = 63.44%
R=26.88%
G=9.68%
B=63.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259590.580.8500.77259.273.5313.33
Hex1993B3A5504D1034ad
Octal31117372125011540311215
Binary11001100111101111101010101010100110110000001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19093B; }

 p { color: rgb(25,9,59); }

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

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

 a { background-color: rgb(25,9,59); }

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

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

 span { border-color: rgb(25,9,59); }

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