#1C1192

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

Shades of Ultramarine #1C1192

Tints of Ultramarine #1C1192

Color information

#1C1192 (or 0x1C1192) is unknown color: approx Ultramarine. HEX triplet: 1C, 11 and 92. RGB value is (28,17,146). Sum of RGB (Red+Green+Blue) = 28+17+146=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C1192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1192 is #E3EE6D. Grayscale: #222222. Windows color (decimal): -14937710 or 9572636. OLE color: 9572636.

HSL color Cylindrical-coordinate representation of color #1C1192: hue angle of 245.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C1192 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2817146-
CMYK0.810.8800.43
HSL245.12º79.14%31.96%-
HSV(B)245.12º88.36%57.25%-
XYZ5.872.7227.41-
YUV35190.64123.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 146 (57.42% from 255) = 76.44%
R=14.66%
G=8.90%
B=76.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28171460.810.8800.43245.1279.1431.96
Hex1C1192515802Bf54f20
Octal342122212113005336511740
Binary111001000110010010101000110110000101011111101011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,146); }

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

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

 a { background-color: rgb(28,17,146); }

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

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

 span { border-color: rgb(28,17,146); }

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