#18098A

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

Shades of Ultramarine #18098A

Tints of Ultramarine #18098A

Color information

#18098A (or 0x18098A) is unknown color: approx Ultramarine. HEX triplet: 18, 09 and 8A. RGB value is (24,9,138). Sum of RGB (Red+Green+Blue) = 24+9+138=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #18098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18098A is #E7F675. Grayscale: #1B1B1B. Windows color (decimal): -15201910 or 9046296. OLE color: 9046296.

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

Color convert

RGB249138-
CMYK0.830.9300.46
HSL246.98º87.76%28.82%-
HSV(B)246.98º93.48%54.12%-
XYZ5.062.2224.21-
YUV28.19189.97125.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 138 (54.30% from 255) = 80.70%
R=14.04%
G=5.26%
B=80.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2491380.830.9300.46246.9887.7628.82
Hex1898A535D02Ef7581d
Octal301121212313505636713035
Binary1100010011000101010100111011101010111011110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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