#1C0580

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

Shades of Ultramarine #1C0580

Tints of Ultramarine #1C0580

Color information

#1C0580 (or 0x1C0580) is unknown color: approx Ultramarine. HEX triplet: 1C, 05 and 80. RGB value is (28,5,128). Sum of RGB (Red+Green+Blue) = 28+5+128=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #1C0580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0580 is #E3FA7F. Grayscale: #191919. Windows color (decimal): -14940800 or 8389916. OLE color: 8389916.

HSL color Cylindrical-coordinate representation of color #1C0580: hue angle of 251.22º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0580 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB285128-
CMYK0.780.9600.50
HSL251.22º92.48%26.08%-
HSV(B)251.22º96.09%50.2%-
XYZ4.431.9120.56-
YUV25.9185.62129.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 128 (50.39% from 255) = 79.50%
R=17.39%
G=3.11%
B=79.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2851280.780.9600.50251.2292.4826.08
Hex1C5804E60032fb5c1a
Octal34520011614006237313432
Binary111001011000000010011101100000011001011111011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0580; }

 p { color: rgb(28,5,128); }

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

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

 a { background-color: rgb(28,5,128); }

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

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

 span { border-color: rgb(28,5,128); }

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