#180482

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

Shades of Ultramarine #180482

Tints of Ultramarine #180482

Color information

#180482 (or 0x180482) is unknown color: approx Ultramarine. HEX triplet: 18, 04 and 82. RGB value is (24,4,130). Sum of RGB (Red+Green+Blue) = 24+4+130=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #180482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180482 is #E7FB7D. Grayscale: #171717. Windows color (decimal): -15203198 or 8520728. OLE color: 8520728.

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

Color convert

RGB244130-
CMYK0.820.9700.49
HSL249.52º94.03%26.27%-
HSV(B)249.52º96.92%50.98%-
XYZ4.451.8921.25-
YUV24.34187.63127.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 130 (51.17% from 255) = 82.28%
R=15.19%
G=2.53%
B=82.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2441300.820.9700.49249.5294.0326.27
Hex184825261031fa5e1a
Octal30420212214106137213632
Binary110001001000001010100101100001011000111111010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180482; }

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

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

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

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

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

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

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

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