#181690

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

Shades of Ultramarine #181690

Tints of Ultramarine #181690

Color information

#181690 (or 0x181690) is unknown color: approx Ultramarine. HEX triplet: 18, 16 and 90. RGB value is (24,22,144). Sum of RGB (Red+Green+Blue) = 24+22+144=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #181690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181690 is #E7E96F. Grayscale: #242424. Windows color (decimal): -15198576 or 9442840. OLE color: 9442840.

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

Color convert

RGB2422144-
CMYK0.830.8500.44
HSL240.98º73.49%32.55%-
HSV(B)240.98º84.72%56.47%-
XYZ5.72.7826.62-
YUV36.51188.66119.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 144 (56.64% from 255) = 75.79%
R=12.63%
G=11.58%
B=75.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24221440.830.8500.44240.9873.4932.55
Hex181690535502Cf14921
Octal302622012312505436111141
Binary110001011010010000101001110101010101100111100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181690; }

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

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

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

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

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

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

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

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