#1C0894

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

Shades of Ultramarine #1C0894

Tints of Ultramarine #1C0894

Color information

#1C0894 (or 0x1C0894) is unknown color: approx Ultramarine. HEX triplet: 1C, 08 and 94. RGB value is (28,8,148). Sum of RGB (Red+Green+Blue) = 28+8+148=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 148 (58.20% from 255 or 80.43% from 184); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C0894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0894 is #E3F76B. Grayscale: #1D1D1D. Windows color (decimal): -14940012 or 9701404. OLE color: 9701404.

HSL color Cylindrical-coordinate representation of color #1C0894: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C0894 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB288148-
CMYK0.810.9500.42
HSL248.57º89.74%30.59%-
HSV(B)248.57º94.59%58.04%-
XYZ5.912.5628.2-
YUV29.94194.63126.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.22%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 148 (58.20% from 255) = 80.43%
R=15.22%
G=4.35%
B=80.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2881480.810.9500.42248.5789.7430.59
Hex1C894515F02Af95a1f
Octal341022412113705237113237
Binary1110010001001010010100011011111010101011111001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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