#18098B

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

Shades of Ultramarine #18098B

Tints of Ultramarine #18098B

Color information

#18098B (or 0x18098B) is unknown color: approx Ultramarine. HEX triplet: 18, 09 and 8B. RGB value is (24,9,139). Sum of RGB (Red+Green+Blue) = 24+9+139=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #18098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18098B is #E7F674. Grayscale: #1B1B1B. Windows color (decimal): -15201909 or 9111832. OLE color: 9111832.

HSL color Cylindrical-coordinate representation of color #18098B: hue angle of 246.92º 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 #18098B is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB249139-
CMYK0.830.9400.45
HSL246.92º87.84%29.02%-
HSV(B)246.92º93.53%54.51%-
XYZ5.132.2524.59-
YUV28.3190.47124.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 139 (54.69% from 255) = 80.81%
R=13.95%
G=5.23%
B=80.81%

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
Decimal2491390.830.9400.45246.9287.8429.02
Hex1898B535E02Df7581d
Octal301121312313605536713035
Binary1100010011000101110100111011110010110111110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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