#1C2099

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

Shades of Ultramarine #1C2099

Tints of Ultramarine #1C2099

Color information

#1C2099 (or 0x1C2099) is unknown color: approx Ultramarine. HEX triplet: 1C, 20 and 99. RGB value is (28,32,153). Sum of RGB (Red+Green+Blue) = 28+32+153=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C2099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2099 is #E3DF66. Grayscale: #2C2C2C. Windows color (decimal): -14933863 or 10035228. OLE color: 10035228.

HSL color Cylindrical-coordinate representation of color #1C2099: hue angle of 238.08º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C2099 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2832153-
CMYK0.820.7900.4
HSL238.08º69.06%35.49%-
HSV(B)238.08º81.7%60%-
XYZ6.753.5830.47-
YUV44.6189.17116.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.15%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=13.15%
G=15.02%
B=71.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal28321530.820.7900.4238.0869.0635.49
Hex1C2099524F028ee4523
Octal344023112211705035610543
Binary1110010000010011001101001010011110101000111011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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