#1C218F

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

Shades of Ultramarine #1C218F

Tints of Ultramarine #1C218F

Color information

#1C218F (or 0x1C218F) is unknown color: approx Ultramarine. HEX triplet: 1C, 21 and 8F. RGB value is (28,33,143). Sum of RGB (Red+Green+Blue) = 28+33+143=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C218F is #E3DE70. Grayscale: #2B2B2B. Windows color (decimal): -14933617 or 9380124. OLE color: 9380124.

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

Color convert

RGB2833143-
CMYK0.800.7700.44
HSL237.39º67.25%33.53%-
HSV(B)237.39º80.42%56.08%-
XYZ5.983.3226.31-
YUV44.04183.84116.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 143 (56.25% from 255) = 70.10%
R=13.73%
G=16.18%
B=70.10%

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
Decimal28331430.800.7700.44237.3967.2533.53
Hex1C218F504D02Ced4322
Octal344121712011505435510342
Binary1110010000110001111101000010011010101100111011011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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