#1C0882

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

Shades of Ultramarine #1C0882

Tints of Ultramarine #1C0882

Color information

#1C0882 (or 0x1C0882) is unknown color: approx Ultramarine. HEX triplet: 1C, 08 and 82. RGB value is (28,8,130). Sum of RGB (Red+Green+Blue) = 28+8+130=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #1C0882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0882 is #E3F77D. Grayscale: #1B1B1B. Windows color (decimal): -14940030 or 8521756. OLE color: 8521756.

HSL color Cylindrical-coordinate representation of color #1C0882: hue angle of 249.84º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0882 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB288130-
CMYK0.780.9400.49
HSL249.84º88.41%27.06%-
HSV(B)249.84º93.85%50.98%-
XYZ4.592.0321.27-
YUV27.89185.63128.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.87%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 130 (51.17% from 255) = 78.31%
R=16.87%
G=4.82%
B=78.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2881300.780.9400.49249.8488.4127.06
Hex1C8824E5E031fa581b
Octal341020211613606137213033
Binary1110010001000001010011101011110011000111111010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,8,130); }

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

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

 a { background-color: rgb(28,8,130); }

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

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

 span { border-color: rgb(28,8,130); }

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