#180596

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

Shades of Ultramarine #180596

Tints of Ultramarine #180596

Color information

#180596 (or 0x180596) is unknown color: approx Ultramarine. HEX triplet: 18, 05 and 96. RGB value is (24,5,150). Sum of RGB (Red+Green+Blue) = 24+5+150=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #180596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180596 is #E7FA69. Grayscale: #1A1A1A. Windows color (decimal): -15202922 or 9831704. OLE color: 9831704.

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

Color convert

RGB245150-
CMYK0.840.9700.41
HSL247.86º93.55%30.39%-
HSV(B)247.86º96.67%58.82%-
XYZ5.942.529.02-
YUV27.21197.29125.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 150 (58.98% from 255) = 83.80%
R=13.41%
G=2.79%
B=83.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2451500.840.9700.41247.8693.5530.39
Hex185965461029f85e1e
Octal30522612414105137013636
Binary110001011001011010101001100001010100111111000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180596; }

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

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

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

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

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

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

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

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