#180188

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

Shades of Ultramarine #180188

Tints of Ultramarine #180188

Color information

#180188 (or 0x180188) is unknown color: approx Ultramarine. HEX triplet: 18, 01 and 88. RGB value is (24,1,136). Sum of RGB (Red+Green+Blue) = 24+1+136=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #180188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180188 is #E7FE77. Grayscale: #161616. Windows color (decimal): -15203960 or 8913176. OLE color: 8913176.

HSL color Cylindrical-coordinate representation of color #180188: hue angle of 250.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180188 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB241136-
CMYK0.820.9900.47
HSL250.22º98.54%26.86%-
HSV(B)250.22º99.26%53.33%-
XYZ4.831.9923.42-
YUV23.27191.62128.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 136 (53.52% from 255) = 84.47%
R=14.91%
G=0.62%
B=84.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2411360.820.9900.47250.2298.5426.86
Hex18188526302Ffa631b
Octal30121012214305737214333
Binary1100011000100010100101100011010111111111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180188; }

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

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

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

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

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

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

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

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