#18158A

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

Shades of Ultramarine #18158A

Tints of Ultramarine #18158A

Color information

#18158A (or 0x18158A) is unknown color: approx Ultramarine. HEX triplet: 18, 15 and 8A. RGB value is (24,21,138). Sum of RGB (Red+Green+Blue) = 24+21+138=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 138 (54.30% from 255 or 75.41% from 183); Max value from RGB is 138 - color contains mainly: blue. Hex color #18158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18158A is #E7EA75. Grayscale: #222222. Windows color (decimal): -15198838 or 9049368. OLE color: 9049368.

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

Color convert

RGB2421138-
CMYK0.830.8500.46
HSL241.54º73.58%31.18%-
HSV(B)241.54º84.78%54.12%-
XYZ5.232.5724.26-
YUV35.24185.99119.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 138 (54.30% from 255) = 75.41%
R=13.11%
G=11.48%
B=75.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24211380.830.8500.46241.5473.5831.18
Hex18158A535502Ef24a1f
Octal302521212312505636211237
Binary11000101011000101010100111010101010111011110010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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