#181585

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

Shades of Ultramarine #181585

Tints of Ultramarine #181585

Color information

#181585 (or 0x181585) is unknown color: approx Ultramarine. HEX triplet: 18, 15 and 85. RGB value is (24,21,133). Sum of RGB (Red+Green+Blue) = 24+21+133=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #181585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181585 is #E7EA7A. Grayscale: #222222. Windows color (decimal): -15198843 or 8721688. OLE color: 8721688.

HSL color Cylindrical-coordinate representation of color #181585: hue angle of 241.61º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181585 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2421133-
CMYK0.820.8400.48
HSL241.61º72.73%30.2%-
HSV(B)241.61º84.21%52.16%-
XYZ4.882.4222.4-
YUV34.66183.49120.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 133 (52.34% from 255) = 74.72%
R=13.48%
G=11.80%
B=74.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24211330.820.8400.48241.6172.7330.2
Hex1815855254030f2491e
Octal302520512212406036211136
Binary11000101011000010110100101010100011000011110010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181585; }

 p { color: rgb(24,21,133); }

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

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

 a { background-color: rgb(24,21,133); }

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

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

 span { border-color: rgb(24,21,133); }

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