#18083A

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

Shades of Tolopea #18083A

Tints of Tolopea #18083A

Color information

#18083A (or 0x18083A) is unknown color: approx Tolopea. HEX triplet: 18, 08 and 3A. RGB value is (24,8,58). Sum of RGB (Red+Green+Blue) = 24+8+58=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #18083A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18083A is #E7F7C5. Grayscale: #121212. Windows color (decimal): -15202246 or 3803160. OLE color: 3803160.

HSL color Cylindrical-coordinate representation of color #18083A: hue angle of 259.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18083A is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB24858-
CMYK0.590.8600.77
HSL259.2º75.76%12.94%-
HSV(B)259.2º86.21%22.75%-
XYZ1.230.674.07-
YUV18.48150.3131.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 58 (23.05% from 255) = 64.44%
R=26.67%
G=8.89%
B=64.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal248580.590.8600.77259.275.7612.94
Hex1883A3B5604D1034cd
Octal30107273126011540311415
Binary11000100011101011101110101100100110110000001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18083A; }

 p { color: rgb(24,8,58); }

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

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

 a { background-color: rgb(24,8,58); }

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

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

 span { border-color: rgb(24,8,58); }

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