#180A99

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

Shades of Ultramarine #180A99

Tints of Ultramarine #180A99

Color information

#180A99 (or 0x180A99) is unknown color: approx Ultramarine. HEX triplet: 18, 0A and 99. RGB value is (24,10,153). Sum of RGB (Red+Green+Blue) = 24+10+153=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #180A99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180A99 is #E7F566. Grayscale: #1D1D1D. Windows color (decimal): -15201639 or 10029592. OLE color: 10029592.

HSL color Cylindrical-coordinate representation of color #180A99: hue angle of 245.87º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180A99 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2410153-
CMYK0.840.9300.4
HSL245.87º87.73%31.96%-
HSV(B)245.87º93.46%60%-
XYZ6.232.7130.33-
YUV30.49197.14123.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 153 (60.16% from 255) = 81.82%
R=12.83%
G=5.35%
B=81.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24101530.840.9300.4245.8787.7331.96
Hex18A99545D028f65820
Octal301223112413505036613040
Binary11000101010011001101010010111010101000111101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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