#1A1492

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

Shades of Ultramarine #1A1492

Tints of Ultramarine #1A1492

Color information

#1A1492 (or 0x1A1492) is unknown color: approx Ultramarine. HEX triplet: 1A, 14 and 92. RGB value is (26,20,146). Sum of RGB (Red+Green+Blue) = 26+20+146=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A1492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1492 is #E5EB6D. Grayscale: #232323. Windows color (decimal): -15068014 or 9573402. OLE color: 9573402.

HSL color Cylindrical-coordinate representation of color #1A1492: hue angle of 242.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1492 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2620146-
CMYK0.820.8600.43
HSL242.86º75.9%32.55%-
HSV(B)242.86º86.3%57.25%-
XYZ5.862.827.42-
YUV36.16189.99120.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 146 (57.42% from 255) = 76.04%
R=13.54%
G=10.42%
B=76.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26201460.820.8600.43242.8675.932.55
Hex1A1492525602Bf34c21
Octal322422212212605336311441
Binary110101010010010010101001010101100101011111100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,20,146); }

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

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

 a { background-color: rgb(26,20,146); }

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

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

 span { border-color: rgb(26,20,146); }

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