#180682

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

Shades of Ultramarine #180682

Tints of Ultramarine #180682

Color information

#180682 (or 0x180682) is unknown color: approx Ultramarine. HEX triplet: 18, 06 and 82. RGB value is (24,6,130). Sum of RGB (Red+Green+Blue) = 24+6+130=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #180682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180682 is #E7F97D. Grayscale: #191919. Windows color (decimal): -15202686 or 8521240. OLE color: 8521240.

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

Color convert

RGB246130-
CMYK0.820.9500.49
HSL248.71º91.18%26.67%-
HSV(B)248.71º95.38%50.98%-
XYZ4.471.9421.26-
YUV25.52186.96126.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 130 (51.17% from 255) = 81.25%
R=15%
G=3.75%
B=81.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2461300.820.9500.49248.7191.1826.67
Hex18682525F031f95b1b
Octal30620212213706137113333
Binary110001101000001010100101011111011000111111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180682; }

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

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

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

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

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

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

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

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