#1C097C

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

Shades of Ultramarine #1C097C

Tints of Ultramarine #1C097C

Color information

#1C097C (or 0x1C097C) is unknown color: approx Ultramarine. HEX triplet: 1C, 09 and 7C. RGB value is (28,9,124). Sum of RGB (Red+Green+Blue) = 28+9+124=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C097C is #E3F683. Grayscale: #1B1B1B. Windows color (decimal): -14939780 or 8128796. OLE color: 8128796.

HSL color Cylindrical-coordinate representation of color #1C097C: hue angle of 249.91º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C097C is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB289124-
CMYK0.770.9300.51
HSL249.91º86.47%26.08%-
HSV(B)249.91º92.74%48.63%-
XYZ4.211.919.21-
YUV27.79182.29128.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 124 (48.83% from 255) = 77.02%
R=17.39%
G=5.59%
B=77.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2891240.770.9300.51249.9186.4726.08
Hex1C97C4D5D033fa561a
Octal341117411513506337212632
Binary111001001111110010011011011101011001111111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,9,124); }

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

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

 a { background-color: rgb(28,9,124); }

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

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

 span { border-color: rgb(28,9,124); }

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