#18028E

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

Shades of Ultramarine #18028E

Tints of Ultramarine #18028E

Color information

#18028E (or 0x18028E) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 8E. RGB value is (24,2,142). Sum of RGB (Red+Green+Blue) = 24+2+142=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 142 (55.86% from 255 or 84.52% from 168); Max value from RGB is 142 - color contains mainly: blue. Hex color #18028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18028E is #E7FD71. Grayscale: #181818. Windows color (decimal): -15203698 or 9306648. OLE color: 9306648.

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

Color convert

RGB242142-
CMYK0.830.9900.44
HSL249.43º97.22%28.24%-
HSV(B)249.43º98.59%55.69%-
XYZ5.282.1925.74-
YUV24.54194.29127.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 142 (55.86% from 255) = 84.52%
R=14.29%
G=1.19%
B=84.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2421420.830.9900.44249.4397.2228.24
Hex1828E536302Cf9611c
Octal30221612314305437114134
Binary11000101000111010100111100011010110011111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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