#18098D

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

Shades of Ultramarine #18098D

Tints of Ultramarine #18098D

Color information

#18098D (or 0x18098D) is unknown color: approx Ultramarine. HEX triplet: 18, 09 and 8D. RGB value is (24,9,141). Sum of RGB (Red+Green+Blue) = 24+9+141=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #18098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18098D is #E7F672. Grayscale: #1C1C1C. Windows color (decimal): -15201907 or 9242904. OLE color: 9242904.

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

Color convert

RGB249141-
CMYK0.830.9400.45
HSL246.82º88%29.41%-
HSV(B)246.82º93.62%55.29%-
XYZ5.282.3125.37-
YUV28.53191.47124.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.79%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 141 (55.47% from 255) = 81.03%
R=13.79%
G=5.17%
B=81.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2491410.830.9400.45246.828829.41
Hex1898D535E02Df7581d
Octal301121512313605536713035
Binary1100010011000110110100111011110010110111110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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