#1C2197

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

Shades of Ultramarine #1C2197

Tints of Ultramarine #1C2197

Color information

#1C2197 (or 0x1C2197) is unknown color: approx Ultramarine. HEX triplet: 1C, 21 and 97. RGB value is (28,33,151). Sum of RGB (Red+Green+Blue) = 28+33+151=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C2197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2197 is #E3DE68. Grayscale: #2C2C2C. Windows color (decimal): -14933609 or 9904412. OLE color: 9904412.

HSL color Cylindrical-coordinate representation of color #1C2197: hue angle of 237.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2197 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2833151-
CMYK0.810.7800.41
HSL237.56º68.72%35.1%-
HSV(B)237.56º81.46%59.22%-
XYZ6.613.5729.62-
YUV44.96187.84115.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 151 (59.38% from 255) = 71.23%
R=13.21%
G=15.57%
B=71.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28331510.810.7800.41237.5668.7235.1
Hex1C2197514E029ee4523
Octal344122712111605135610543
Binary1110010000110010111101000110011100101001111011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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