#191241

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

Shades of Tolopea #191241

Tints of Tolopea #191241

Color information

#191241 (or 0x191241) is unknown color: approx Tolopea. HEX triplet: 19, 12 and 41. RGB value is (25,18,65). Sum of RGB (Red+Green+Blue) = 25+18+65=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #191241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191241 is #E6EDBE. Grayscale: #191919. Windows color (decimal): -15134143 or 4264473. OLE color: 4264473.

HSL color Cylindrical-coordinate representation of color #191241: hue angle of 248.94º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191241 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB251865-
CMYK0.620.7200.75
HSL248.94º56.63%16.27%-
HSV(B)248.94º72.31%25.49%-
XYZ1.571.025.12-
YUV25.45150.32127.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=23.15%
G=16.67%
B=60.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2518650.620.7200.75248.9456.6316.27
Hex1912413E4804Bf93910
Octal31221017611001133717120
Binary110011001010000011111101001000010010111111100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191241; }

 p { color: rgb(25,18,65); }

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

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

 a { background-color: rgb(25,18,65); }

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

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

 span { border-color: rgb(25,18,65); }

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