#1A1E9B

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

Shades of Ultramarine #1A1E9B

Tints of Ultramarine #1A1E9B

Color information

#1A1E9B (or 0x1A1E9B) is unknown color: approx Ultramarine. HEX triplet: 1A, 1E and 9B. RGB value is (26,30,155). Sum of RGB (Red+Green+Blue) = 26+30+155=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A1E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1E9B is #E5E164. Grayscale: #2A2A2A. Windows color (decimal): -15065445 or 10165786. OLE color: 10165786.

HSL color Cylindrical-coordinate representation of color #1A1E9B: hue angle of 238.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1E9B is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2630155-
CMYK0.830.8100.39
HSL238.14º71.27%35.49%-
HSV(B)238.14º83.23%60.78%-
XYZ6.813.5131.33-
YUV43.05191.17115.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=12.32%
G=14.22%
B=73.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26301550.830.8100.39238.1471.2735.49
Hex1A1E9B5351027ee4723
Octal323623312312104735610743
Binary110101111010011011101001110100010100111111011101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,30,155); }

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

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

 a { background-color: rgb(26,30,155); }

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

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

 span { border-color: rgb(26,30,155); }

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