#18109C

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

Shades of Ultramarine #18109C

Tints of Ultramarine #18109C

Color information

#18109C (or 0x18109C) is unknown color: approx Ultramarine. HEX triplet: 18, 10 and 9C. RGB value is (24,16,156). Sum of RGB (Red+Green+Blue) = 24+16+156=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #18109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18109C is #E7EF63. Grayscale: #212121. Windows color (decimal): -15200100 or 10227736. OLE color: 10227736.

HSL color Cylindrical-coordinate representation of color #18109C: hue angle of 243.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18109C is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2416156-
CMYK0.850.9000.39
HSL243.43º81.4%33.73%-
HSV(B)243.43º89.74%61.18%-
XYZ6.562.9731.68-
YUV34.35196.65120.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 156 (61.33% from 255) = 79.59%
R=12.24%
G=8.16%
B=79.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24161560.850.9000.39243.4381.433.73
Hex18109C555A027f35122
Octal302023412513204736312142
Binary110001000010011100101010110110100100111111100111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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