#180E80

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

Shades of Ultramarine #180E80

Tints of Ultramarine #180E80

Color information

#180E80 (or 0x180E80) is unknown color: approx Ultramarine. HEX triplet: 18, 0E and 80. RGB value is (24,14,128). Sum of RGB (Red+Green+Blue) = 24+14+128=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #180E80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180E80 is #E7F17F. Grayscale: #1D1D1D. Windows color (decimal): -15200640 or 8392216. OLE color: 8392216.

HSL color Cylindrical-coordinate representation of color #180E80: hue angle of 245.26º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180E80 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2414128-
CMYK0.810.8900.50
HSL245.26º80.28%27.84%-
HSV(B)245.26º89.06%50.2%-
XYZ4.432.0720.59-
YUV29.99183.31123.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 128 (50.39% from 255) = 77.11%
R=14.46%
G=8.43%
B=77.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24141280.810.8900.50245.2680.2827.84
Hex18E805159032f5501c
Octal301620012113106236512034
Binary1100011101000000010100011011001011001011110101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,14,128); }

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

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

 a { background-color: rgb(24,14,128); }

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

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

 span { border-color: rgb(24,14,128); }

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