#181096

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

Shades of Ultramarine #181096

Tints of Ultramarine #181096

Color information

#181096 (or 0x181096) is unknown color: approx Ultramarine. HEX triplet: 18, 10 and 96. RGB value is (24,16,150). Sum of RGB (Red+Green+Blue) = 24+16+150=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #181096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181096 is #E7EF69. Grayscale: #212121. Windows color (decimal): -15200106 or 9834520. OLE color: 9834520.

HSL color Cylindrical-coordinate representation of color #181096: hue angle of 243.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181096 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2416150-
CMYK0.840.8900.41
HSL243.58º80.72%32.55%-
HSV(B)243.58º89.33%58.82%-
XYZ6.072.7729.07-
YUV33.67193.65121.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 150 (58.98% from 255) = 78.95%
R=12.63%
G=8.42%
B=78.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24161500.840.8900.41243.5880.7232.55
Hex1810965459029f45121
Octal302022612413105136412141
Binary110001000010010110101010010110010101001111101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181096; }

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

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

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

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

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

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

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

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