#18159E

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

Shades of Ultramarine #18159E

Tints of Ultramarine #18159E

Color information

#18159E (or 0x18159E) is unknown color: approx Ultramarine. HEX triplet: 18, 15 and 9E. RGB value is (24,21,158). Sum of RGB (Red+Green+Blue) = 24+21+158=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #18159E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18159E is #E7EA61. Grayscale: #242424. Windows color (decimal): -15198818 or 10360088. OLE color: 10360088.

HSL color Cylindrical-coordinate representation of color #18159E: hue angle of 241.31º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18159E is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2421158-
CMYK0.850.8700.38
HSL241.31º76.54%35.1%-
HSV(B)241.31º86.71%61.96%-
XYZ6.823.232.61-
YUV37.52195.99118.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 158 (62.11% from 255) = 77.83%
R=11.82%
G=10.34%
B=77.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24211580.850.8700.38241.3176.5435.1
Hex18159E5557026f14d23
Octal302523612512704636111543
Binary110001010110011110101010110101110100110111100011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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