#1C218E

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

Shades of Ultramarine #1C218E

Tints of Ultramarine #1C218E

Color information

#1C218E (or 0x1C218E) is unknown color: approx Ultramarine. HEX triplet: 1C, 21 and 8E. RGB value is (28,33,142). Sum of RGB (Red+Green+Blue) = 28+33+142=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C218E is #E3DE71. Grayscale: #2B2B2B. Windows color (decimal): -14933618 or 9314588. OLE color: 9314588.

HSL color Cylindrical-coordinate representation of color #1C218E: hue angle of 237.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C218E is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2833142-
CMYK0.800.7700.44
HSL237.37º67.06%33.33%-
HSV(B)237.37º80.28%55.69%-
XYZ5.913.2925.91-
YUV43.93183.34116.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=13.79%
G=16.26%
B=69.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28331420.800.7700.44237.3767.0633.33
Hex1C218E504D02Ced4321
Octal344121612011505435510341
Binary1110010000110001110101000010011010101100111011011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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