#1C1493

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

Shades of Ultramarine #1C1493

Tints of Ultramarine #1C1493

Color information

#1C1493 (or 0x1C1493) is unknown color: approx Ultramarine. HEX triplet: 1C, 14 and 93. RGB value is (28,20,147). Sum of RGB (Red+Green+Blue) = 28+20+147=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C1493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1493 is #E3EB6C. Grayscale: #242424. Windows color (decimal): -14936941 or 9638940. OLE color: 9638940.

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

Color convert

RGB2820147-
CMYK0.810.8600.42
HSL243.78º76.05%32.75%-
HSV(B)243.78º86.39%57.65%-
XYZ62.8527.84-
YUV36.87190.15121.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 147 (57.81% from 255) = 75.38%
R=14.36%
G=10.26%
B=75.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28201470.810.8600.42243.7876.0532.75
Hex1C1493515602Af44c21
Octal342422312112605236411441
Binary111001010010010011101000110101100101010111101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,147); }

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

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

 a { background-color: rgb(28,20,147); }

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

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

 span { border-color: rgb(28,20,147); }

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