#18123C

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

Shades of Tolopea #18123C

Tints of Tolopea #18123C

Color information

#18123C (or 0x18123C) is unknown color: approx Tolopea. HEX triplet: 18, 12 and 3C. RGB value is (24,18,60). Sum of RGB (Red+Green+Blue) = 24+18+60=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #18123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18123C is #E7EDC3. Grayscale: #181818. Windows color (decimal): -15199684 or 3936792. OLE color: 3936792.

HSL color Cylindrical-coordinate representation of color #18123C: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18123C is Cyan = 0.60, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB241860-
CMYK0.600.700.76
HSL248.57º53.85%15.29%-
HSV(B)248.57º70%23.53%-
XYZ1.410.954.38-
YUV24.58147.99127.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.53%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 60 (23.83% from 255) = 58.82%
R=23.53%
G=17.65%
B=58.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2418600.600.700.76248.5753.8515.29
Hex18123C3C4604Cf936f
Octal3022747410601143716617
Binary1100010010111100111100100011001001100111110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18123C; }

 p { color: rgb(24,18,60); }

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

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

 a { background-color: rgb(24,18,60); }

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

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

 span { border-color: rgb(24,18,60); }

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