#1C2093

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

Shades of Ultramarine #1C2093

Tints of Ultramarine #1C2093

Color information

#1C2093 (or 0x1C2093) is unknown color: approx Ultramarine. HEX triplet: 1C, 20 and 93. RGB value is (28,32,147). Sum of RGB (Red+Green+Blue) = 28+32+147=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C2093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2093 is #E3DF6C. Grayscale: #2B2B2B. Windows color (decimal): -14933869 or 9642012. OLE color: 9642012.

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

Color convert

RGB2832147-
CMYK0.810.7800.42
HSL237.98º68%34.31%-
HSV(B)237.98º80.95%57.65%-
XYZ6.263.3927.93-
YUV43.91186.17116.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.53%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 147 (57.81% from 255) = 71.01%
R=13.53%
G=15.46%
B=71.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28321470.810.7800.42237.986834.31
Hex1C2093514E02Aee4422
Octal344022312111605235610442
Binary1110010000010010011101000110011100101010111011101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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