#180890

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

Shades of Ultramarine #180890

Tints of Ultramarine #180890

Color information

#180890 (or 0x180890) is unknown color: approx Ultramarine. HEX triplet: 18, 08 and 90. RGB value is (24,8,144). Sum of RGB (Red+Green+Blue) = 24+8+144=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #180890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180890 is #E7F76F. Grayscale: #1B1B1B. Windows color (decimal): -15202160 or 9439256. OLE color: 9439256.

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

Color convert

RGB248144-
CMYK0.830.9400.44
HSL247.06º89.47%29.8%-
HSV(B)247.06º94.44%56.47%-
XYZ5.52.3826.56-
YUV28.29193.3124.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 144 (56.64% from 255) = 81.82%
R=13.64%
G=4.55%
B=81.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2481440.830.9400.44247.0689.4729.8
Hex18890535E02Cf7591e
Octal301022012313605436713136
Binary1100010001001000010100111011110010110011110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180890; }

 p { color: rgb(24,8,144); }

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

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

 a { background-color: rgb(24,8,144); }

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

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

 span { border-color: rgb(24,8,144); }

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