#180F99

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

Shades of Ultramarine #180F99

Tints of Ultramarine #180F99

Color information

#180F99 (or 0x180F99) is unknown color: approx Ultramarine. HEX triplet: 18, 0F and 99. RGB value is (24,15,153). Sum of RGB (Red+Green+Blue) = 24+15+153=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #180F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180F99 is #E7F066. Grayscale: #202020. Windows color (decimal): -15200359 or 10030872. OLE color: 10030872.

HSL color Cylindrical-coordinate representation of color #180F99: hue angle of 243.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180F99 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2415153-
CMYK0.840.9000.4
HSL243.91º82.14%32.94%-
HSV(B)243.91º90.2%60%-
XYZ6.32.8430.35-
YUV33.42195.48121.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 15 (6.25% from 255) = 7.81%
BLUE value IS 153 (60.16% from 255) = 79.69%
R=12.5%
G=7.81%
B=79.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24151530.840.9000.4243.9182.1432.94
Hex18F99545A028f45221
Octal301723112413205036412241
Binary11000111110011001101010010110100101000111101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180F99; }

 p { color: rgb(24,15,153); }

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

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

 a { background-color: rgb(24,15,153); }

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

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

 span { border-color: rgb(24,15,153); }

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