#1a1494

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

Shades of Ultramarine #1A1494

Tints of Ultramarine #1A1494

Color information

#1A1494 (or 0x1A1494) is unknown color: approx Ultramarine. HEX triplet: 1A, 14 and 94. RGB value is (26,20,148). Sum of RGB (Red+Green+Blue) = 26+20+148=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A1494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1494 is #E5EB6B. Grayscale: #232323. Windows color (decimal): -15068012 or 9704474. OLE color: 9704474.

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

Color convert

RGB2620148-
CMYK0.820.8600.42
HSL242.81º76.19%32.94%-
HSV(B)242.81º86.49%58.04%-
XYZ6.022.8628.25-
YUV36.39190.99120.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.40%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 148 (58.20% from 255) = 76.29%
R=13.40%
G=10.31%
B=76.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26201480.820.8600.42242.8176.1932.94
Hex1A1494525602Af34c21
Octal322422412212605236311441
Binary110101010010010100101001010101100101010111100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a1494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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