#18158E

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

Shades of Ultramarine #18158E

Tints of Ultramarine #18158E

Color information

#18158E (or 0x18158E) is unknown color: approx Ultramarine. HEX triplet: 18, 15 and 8E. RGB value is (24,21,142). Sum of RGB (Red+Green+Blue) = 24+21+142=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #18158E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18158E is #E7EA71. Grayscale: #232323. Windows color (decimal): -15198834 or 9311512. OLE color: 9311512.

HSL color Cylindrical-coordinate representation of color #18158E: hue angle of 241.49º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18158E is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2421142-
CMYK0.830.8500.44
HSL241.49º74.23%31.96%-
HSV(B)241.49º85.21%55.69%-
XYZ5.532.6825.82-
YUV35.69187.99119.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 142 (55.86% from 255) = 75.94%
R=12.83%
G=11.23%
B=75.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24211420.830.8500.44241.4974.2331.96
Hex18158E535502Cf14a20
Octal302521612312505436111240
Binary110001010110001110101001110101010101100111100011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18158E; }

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

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

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

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

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

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

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

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