#1A208E

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

Shades of Ultramarine #1A208E

Tints of Ultramarine #1A208E

Color information

#1A208E (or 0x1A208E) is unknown color: approx Ultramarine. HEX triplet: 1A, 20 and 8E. RGB value is (26,32,142). Sum of RGB (Red+Green+Blue) = 26+32+142=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A208E is #E5DF71. Grayscale: #2A2A2A. Windows color (decimal): -15064946 or 9314330. OLE color: 9314330.

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

Color convert

RGB2632142-
CMYK0.820.7700.44
HSL236.9º69.05%32.94%-
HSV(B)236.9º81.69%55.69%-
XYZ5.823.2125.9-
YUV42.75184.01116.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 142 (55.86% from 255) = 71%
R=13%
G=16%
B=71%

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
Decimal26321420.820.7700.44236.969.0532.94
Hex1A208E524D02Ced4521
Octal324021612211505435510541
Binary1101010000010001110101001010011010101100111011011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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