#1A218E

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

Shades of Ultramarine #1A218E

Tints of Ultramarine #1A218E

Color information

#1A218E (or 0x1A218E) is unknown color: approx Ultramarine. HEX triplet: 1A, 21 and 8E. RGB value is (26,33,142). Sum of RGB (Red+Green+Blue) = 26+33+142=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A218E is #E5DE71. Grayscale: #2A2A2A. Windows color (decimal): -15064690 or 9314586. OLE color: 9314586.

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

Color convert

RGB2633142-
CMYK0.820.7700.44
HSL236.38º69.05%32.94%-
HSV(B)236.38º81.69%55.69%-
XYZ5.853.2625.91-
YUV43.33183.68115.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=12.94%
G=16.42%
B=70.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26331420.820.7700.44236.3869.0532.94
Hex1A218E524D02Cec4521
Octal324121612211505435410541
Binary1101010000110001110101001010011010101100111011001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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