#180991

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

Shades of Ultramarine #180991

Tints of Ultramarine #180991

Color information

#180991 (or 0x180991) is unknown color: approx Ultramarine. HEX triplet: 18, 09 and 91. RGB value is (24,9,145). Sum of RGB (Red+Green+Blue) = 24+9+145=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #180991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180991 is #E7F66E. Grayscale: #1C1C1C. Windows color (decimal): -15201903 or 9505048. OLE color: 9505048.

HSL color Cylindrical-coordinate representation of color #180991: hue angle of 246.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180991 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB249145-
CMYK0.830.9400.43
HSL246.62º88.31%30.2%-
HSV(B)246.62º93.79%56.86%-
XYZ5.592.4326.96-
YUV28.99193.47124.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 145 (57.03% from 255) = 81.46%
R=13.48%
G=5.06%
B=81.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2491450.830.9400.43246.6288.3130.2
Hex18991535E02Bf7581e
Octal301122112313605336713036
Binary1100010011001000110100111011110010101111110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180991; }

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

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

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

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

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

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

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

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