#18133B

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

Shades of Tolopea #18133B

Tints of Tolopea #18133B

Color information

#18133B (or 0x18133B) is unknown color: approx Tolopea. HEX triplet: 18, 13 and 3B. RGB value is (24,19,59). Sum of RGB (Red+Green+Blue) = 24+19+59=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #18133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18133B is #E7ECC4. Grayscale: #181818. Windows color (decimal): -15199429 or 3871512. OLE color: 3871512.

HSL color Cylindrical-coordinate representation of color #18133B: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18133B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB241959-
CMYK0.590.6800.77
HSL247.5º51.28%15.29%-
HSV(B)247.5º67.8%23.14%-
XYZ1.40.984.25-
YUV25.06147.16127.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.53%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 59 (23.44% from 255) = 57.84%
R=23.53%
G=18.63%
B=57.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2419590.590.6800.77247.551.2815.29
Hex18133B3B4404Df833f
Octal3023737310401153706317
Binary1100010011111011111011100010001001101111110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,19,59); }

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

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

 a { background-color: rgb(24,19,59); }

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

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

 span { border-color: rgb(24,19,59); }

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