#180D88

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

Shades of Ultramarine #180D88

Tints of Ultramarine #180D88

Color information

#180D88 (or 0x180D88) is unknown color: approx Ultramarine. HEX triplet: 18, 0D and 88. RGB value is (24,13,136). Sum of RGB (Red+Green+Blue) = 24+13+136=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #180D88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180D88 is #E7F277. Grayscale: #1D1D1D. Windows color (decimal): -15200888 or 8916248. OLE color: 8916248.

HSL color Cylindrical-coordinate representation of color #180D88: hue angle of 245.37º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180D88 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2413136-
CMYK0.820.9000.47
HSL245.37º82.55%29.22%-
HSV(B)245.37º90.44%53.33%-
XYZ4.962.2623.47-
YUV30.31187.64123.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 136 (53.52% from 255) = 78.61%
R=13.87%
G=7.51%
B=78.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24131360.820.9000.47245.3782.5529.22
Hex18D88525A02Ff5531d
Octal301521012213205736512335
Binary1100011011000100010100101011010010111111110101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,13,136); }

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

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

 a { background-color: rgb(24,13,136); }

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

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

 span { border-color: rgb(24,13,136); }

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