#180882

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

Shades of Ultramarine #180882

Tints of Ultramarine #180882

Color information

#180882 (or 0x180882) is unknown color: approx Ultramarine. HEX triplet: 18, 08 and 82. RGB value is (24,8,130). Sum of RGB (Red+Green+Blue) = 24+8+130=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 130 (51.17% from 255 or 80.25% from 162); Max value from RGB is 130 - color contains mainly: blue. Hex color #180882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180882 is #E7F77D. Grayscale: #1A1A1A. Windows color (decimal): -15202174 or 8521752. OLE color: 8521752.

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

Color convert

RGB248130-
CMYK0.820.9400.49
HSL247.87º88.41%27.06%-
HSV(B)247.87º93.85%50.98%-
XYZ4.491.9821.26-
YUV26.69186.3126.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 130 (51.17% from 255) = 80.25%
R=14.81%
G=4.94%
B=80.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2481300.820.9400.49247.8788.4127.06
Hex18882525E031f8581b
Octal301020212213606137013033
Binary1100010001000001010100101011110011000111111000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180882; }

 p { color: rgb(24,8,130); }

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

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

 a { background-color: rgb(24,8,130); }

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

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

 span { border-color: rgb(24,8,130); }

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