#18028B

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

Shades of Ultramarine #18028B

Tints of Ultramarine #18028B

Color information

#18028B (or 0x18028B) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 8B. RGB value is (24,2,139). Sum of RGB (Red+Green+Blue) = 24+2+139=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #18028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18028B is #E7FD74. Grayscale: #171717. Windows color (decimal): -15203701 or 9110040. OLE color: 9110040.

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

Color convert

RGB242139-
CMYK0.830.9900.45
HSL249.64º97.16%27.65%-
HSV(B)249.64º98.56%54.51%-
XYZ5.062.124.57-
YUV24.2192.79127.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 139 (54.69% from 255) = 84.24%
R=14.55%
G=1.21%
B=84.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2421390.830.9900.45249.6497.1627.65
Hex1828B536302Dfa611c
Octal30221312314305537214134
Binary11000101000101110100111100011010110111111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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