#18109A

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

Shades of Ultramarine #18109A

Tints of Ultramarine #18109A

Color information

#18109A (or 0x18109A) is unknown color: approx Ultramarine. HEX triplet: 18, 10 and 9A. RGB value is (24,16,154). Sum of RGB (Red+Green+Blue) = 24+16+154=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 154 (60.55% from 255 or 79.38% from 194); Max value from RGB is 154 - color contains mainly: blue. Hex color #18109A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18109A is #E7EF65. Grayscale: #212121. Windows color (decimal): -15200102 or 10096664. OLE color: 10096664.

HSL color Cylindrical-coordinate representation of color #18109A: hue angle of 243.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18109A is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2416154-
CMYK0.840.9000.40
HSL243.48º81.18%33.33%-
HSV(B)243.48º89.61%60.39%-
XYZ6.392.930.79-
YUV34.12195.65120.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 154 (60.55% from 255) = 79.38%
R=12.37%
G=8.25%
B=79.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24161540.840.9000.40243.4881.1833.33
Hex18109A545A028f35121
Octal302023212413205036312141
Binary110001000010011010101010010110100101000111100111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,16,154); }

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

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

 a { background-color: rgb(24,16,154); }

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

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

 span { border-color: rgb(24,16,154); }

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