#1C049F

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

Shades of Ultramarine #1C049F

Tints of Ultramarine #1C049F

Color information

#1C049F (or 0x1C049F) is unknown color: approx Ultramarine. HEX triplet: 1C, 04 and 9F. RGB value is (28,4,159). Sum of RGB (Red+Green+Blue) = 28+4+159=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C049F is #E3FB60. Grayscale: #1C1C1C. Windows color (decimal): -14941025 or 10421276. OLE color: 10421276.

HSL color Cylindrical-coordinate representation of color #1C049F: hue angle of 249.29º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C049F is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB284159-
CMYK0.820.9700.38
HSL249.29º95.09%31.96%-
HSV(B)249.29º97.48%62.35%-
XYZ6.782.8432.99-
YUV28.85201.45127.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 159 (62.5% from 255) = 83.25%
R=14.66%
G=2.09%
B=83.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2841590.820.9700.38249.2995.0931.96
Hex1C49F5261026f95f20
Octal34423712214104637113740
Binary1110010010011111101001011000010100110111110011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,4,159); }

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

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

 a { background-color: rgb(28,4,159); }

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

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

 span { border-color: rgb(28,4,159); }

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