#180591

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

Shades of Ultramarine #180591

Tints of Ultramarine #180591

Color information

#180591 (or 0x180591) is unknown color: approx Ultramarine. HEX triplet: 18, 05 and 91. RGB value is (24,5,145). Sum of RGB (Red+Green+Blue) = 24+5+145=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 145 (57.03% from 255 or 83.33% from 174); Max value from RGB is 145 - color contains mainly: blue. Hex color #180591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180591 is #E7FA6E. Grayscale: #1A1A1A. Windows color (decimal): -15202927 or 9504024. OLE color: 9504024.

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

Color convert

RGB245145-
CMYK0.830.9700.43
HSL248.14º93.33%29.41%-
HSV(B)248.14º96.55%56.86%-
XYZ5.542.3526.95-
YUV26.64194.79126.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.79%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 145 (57.03% from 255) = 83.33%
R=13.79%
G=2.87%
B=83.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2451450.830.9700.43248.1493.3329.41
Hex18591536102Bf85d1d
Octal30522112314105337013535
Binary110001011001000110100111100001010101111111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180591; }

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

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

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

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

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

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

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

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