#180A82

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

Shades of Ultramarine #180A82

Tints of Ultramarine #180A82

Color information

#180A82 (or 0x180A82) is unknown color: approx Ultramarine. HEX triplet: 18, 0A and 82. RGB value is (24,10,130). Sum of RGB (Red+Green+Blue) = 24+10+130=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 130 (51.17% from 255 or 79.27% from 164); Max value from RGB is 130 - color contains mainly: blue. Hex color #180A82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180A82 is #E7F57D. Grayscale: #1B1B1B. Windows color (decimal): -15201662 or 8522264. OLE color: 8522264.

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

Color convert

RGB2410130-
CMYK0.820.9200.49
HSL247º85.71%27.45%-
HSV(B)247º92.31%50.98%-
XYZ4.512.0221.27-
YUV27.87185.64125.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 130 (51.17% from 255) = 79.27%
R=14.63%
G=6.10%
B=79.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24101300.820.9200.4924785.7127.45
Hex18A82525C031f7561b
Octal301220212213406136712633
Binary1100010101000001010100101011100011000111110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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