#1C2199

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

Shades of Ultramarine #1C2199

Tints of Ultramarine #1C2199

Color information

#1C2199 (or 0x1C2199) is unknown color: approx Ultramarine. HEX triplet: 1C, 21 and 99. RGB value is (28,33,153). Sum of RGB (Red+Green+Blue) = 28+33+153=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2199 is #E3DE66. Grayscale: #2C2C2C. Windows color (decimal): -14933607 or 10035484. OLE color: 10035484.

HSL color Cylindrical-coordinate representation of color #1C2199: hue angle of 237.6º 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 #1C2199 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2833153-
CMYK0.820.7800.4
HSL237.6º69.06%35.49%-
HSV(B)237.6º81.7%60%-
XYZ6.773.6330.48-
YUV45.18188.84115.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.08%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 153 (60.16% from 255) = 71.50%
R=13.08%
G=15.42%
B=71.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal28331530.820.7800.4237.669.0635.49
Hex1C2199524E028ee4523
Octal344123112211605035610543
Binary1110010000110011001101001010011100101000111011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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