#180590

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

Shades of Ultramarine #180590

Tints of Ultramarine #180590

Color information

#180590 (or 0x180590) is unknown color: approx Ultramarine. HEX triplet: 18, 05 and 90. RGB value is (24,5,144). Sum of RGB (Red+Green+Blue) = 24+5+144=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #180590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180590 is #E7FA6F. Grayscale: #191919. Windows color (decimal): -15202928 or 9438488. OLE color: 9438488.

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

Color convert

RGB245144-
CMYK0.830.9700.44
HSL248.2º93.29%29.22%-
HSV(B)248.2º96.53%56.47%-
XYZ5.472.3226.54-
YUV26.53194.29126.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 144 (56.64% from 255) = 83.24%
R=13.87%
G=2.89%
B=83.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2451440.830.9700.44248.293.2929.22
Hex18590536102Cf85d1d
Octal30522012314105437013535
Binary110001011001000010100111100001010110011111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180590; }

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

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

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

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

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

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

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

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