#1C0890

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

Shades of Ultramarine #1C0890

Tints of Ultramarine #1C0890

Color information

#1C0890 (or 0x1C0890) is unknown color: approx Ultramarine. HEX triplet: 1C, 08 and 90. RGB value is (28,8,144). Sum of RGB (Red+Green+Blue) = 28+8+144=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C0890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0890 is #E3F76F. Grayscale: #1C1C1C. Windows color (decimal): -14940016 or 9439260. OLE color: 9439260.

HSL color Cylindrical-coordinate representation of color #1C0890: hue angle of 248.82º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0890 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB288144-
CMYK0.810.9400.44
HSL248.82º89.47%29.8%-
HSV(B)248.82º94.44%56.47%-
XYZ5.62.4326.56-
YUV29.48192.63126.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.56%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 144 (56.64% from 255) = 80%
R=15.56%
G=4.44%
B=80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2881440.810.9400.44248.8289.4729.8
Hex1C890515E02Cf9591e
Octal341022012113605437113136
Binary1110010001001000010100011011110010110011111001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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