#18093C

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

Shades of Tolopea #18093C

Tints of Tolopea #18093C

Color information

#18093C (or 0x18093C) is unknown color: approx Tolopea. HEX triplet: 18, 09 and 3C. RGB value is (24,9,60). Sum of RGB (Red+Green+Blue) = 24+9+60=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #18093C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18093C is #E7F6C3. Grayscale: #131313. Windows color (decimal): -15201988 or 3934488. OLE color: 3934488.

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

Color convert

RGB24960-
CMYK0.600.8500.76
HSL257.65º73.91%13.53%-
HSV(B)257.65º85%23.53%-
XYZ1.290.724.35-
YUV19.3150.97131.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 60 (23.83% from 255) = 64.52%
R=25.81%
G=9.68%
B=64.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal249600.600.8500.76257.6573.9113.53
Hex1893C3C5504C1024ae
Octal30117474125011440211216
Binary11000100111110011110010101010100110010000001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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