#18168E

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

Shades of Ultramarine #18168E

Tints of Ultramarine #18168E

Color information

#18168E (or 0x18168E) is unknown color: approx Ultramarine. HEX triplet: 18, 16 and 8E. RGB value is (24,22,142). Sum of RGB (Red+Green+Blue) = 24+22+142=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #18168E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18168E is #E7E971. Grayscale: #232323. Windows color (decimal): -15198578 or 9311768. OLE color: 9311768.

HSL color Cylindrical-coordinate representation of color #18168E: hue angle of 241º degrees, saturation: 0.73, 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 #18168E is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2422142-
CMYK0.830.8500.44
HSL241º73.17%32.16%-
HSV(B)241º84.51%55.69%-
XYZ5.552.7225.82-
YUV36.28187.66119.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 142 (55.86% from 255) = 75.53%
R=12.77%
G=11.70%
B=75.53%

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
Decimal24221420.830.8500.4424173.1732.16
Hex18168E535502Cf14920
Octal302621612312505436111140
Binary110001011010001110101001110101010101100111100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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