#18093B

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

Shades of Tolopea #18093B

Tints of Tolopea #18093B

Color information

#18093B (or 0x18093B) is unknown color: approx Tolopea. HEX triplet: 18, 09 and 3B. RGB value is (24,9,59). Sum of RGB (Red+Green+Blue) = 24+9+59=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #18093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18093B is #E7F6C4. Grayscale: #131313. Windows color (decimal): -15201989 or 3868952. OLE color: 3868952.

HSL color Cylindrical-coordinate representation of color #18093B: hue angle of 258º 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 #18093B is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB24959-
CMYK0.590.8500.77
HSL258º73.53%13.33%-
HSV(B)258º84.75%23.14%-
XYZ1.260.714.21-
YUV19.18150.47131.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 59 (23.44% from 255) = 64.13%
R=26.09%
G=9.78%
B=64.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal249590.590.8500.7725873.5313.33
Hex1893B3B5504D1024ad
Octal30117373125011540211215
Binary11000100111101111101110101010100110110000001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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