#18099B

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

Shades of Ultramarine #18099B

Tints of Ultramarine #18099B

Color information

#18099B (or 0x18099B) is unknown color: approx Ultramarine. HEX triplet: 18, 09 and 9B. RGB value is (24,9,155). Sum of RGB (Red+Green+Blue) = 24+9+155=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #18099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18099B is #E7F664. Grayscale: #1D1D1D. Windows color (decimal): -15201893 or 10160408. OLE color: 10160408.

HSL color Cylindrical-coordinate representation of color #18099B: hue angle of 246.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18099B is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB249155-
CMYK0.850.9400.39
HSL246.16º89.02%32.16%-
HSV(B)246.16º94.19%60.78%-
XYZ6.392.7631.21-
YUV30.13198.47123.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 155 (60.94% from 255) = 82.45%
R=12.77%
G=4.79%
B=82.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2491550.850.9400.39246.1689.0232.16
Hex1899B555E027f65920
Octal301123312513604736613140
Binary11000100110011011101010110111100100111111101101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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