#180085

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

Shades of Ultramarine #180085

Tints of Ultramarine #180085

Color information

#180085 (or 0x180085) is unknown color: approx Ultramarine. HEX triplet: 18, 00 and 85. RGB value is (24,0,133). Sum of RGB (Red+Green+Blue) = 24+0+133=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #180085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180085 is #E7FF7A. Grayscale: #151515. Windows color (decimal): -15204219 or 8716312. OLE color: 8716312.

HSL color Cylindrical-coordinate representation of color #180085: hue angle of 250.83º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180085 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB240133-
CMYK0.82100.48
HSL250.83º100%26.08%-
HSV(B)250.83º100%52.16%-
XYZ4.611.8922.31-
YUV22.34190.45129.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 84.71%
R=15.29%
G=0%
B=84.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2401330.82100.48250.8310026.08
Hex180855264030fb641a
Octal30020512214406037314432
Binary1100001000010110100101100100011000011111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180085; }

 p { color: rgb(24,0,133); }

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

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

 a { background-color: rgb(24,0,133); }

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

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

 span { border-color: rgb(24,0,133); }

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