#180488

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

Shades of Ultramarine #180488

Tints of Ultramarine #180488

Color information

#180488 (or 0x180488) is unknown color: approx Ultramarine. HEX triplet: 18, 04 and 88. RGB value is (24,4,136). Sum of RGB (Red+Green+Blue) = 24+4+136=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #180488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180488 is #E7FB77. Grayscale: #181818. Windows color (decimal): -15203192 or 8913944. OLE color: 8913944.

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

Color convert

RGB244136-
CMYK0.820.9700.47
HSL249.09º94.29%27.45%-
HSV(B)249.09º97.06%53.33%-
XYZ4.862.0623.43-
YUV25.03190.63127.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 136 (53.52% from 255) = 82.93%
R=14.63%
G=2.44%
B=82.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2441360.820.9700.47249.0994.2927.45
Hex18488526102Ff95e1b
Octal30421012214105737113633
Binary110001001000100010100101100001010111111111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180488; }

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

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

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

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

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

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

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

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