#1A1196

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

Shades of Ultramarine #1A1196

Tints of Ultramarine #1A1196

Color information

#1A1196 (or 0x1A1196) is unknown color: approx Ultramarine. HEX triplet: 1A, 11 and 96. RGB value is (26,17,150). Sum of RGB (Red+Green+Blue) = 26+17+150=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A1196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1196 is #E5EE69. Grayscale: #222222. Windows color (decimal): -15068778 or 9834778. OLE color: 9834778.

HSL color Cylindrical-coordinate representation of color #1A1196: hue angle of 244.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1196 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2617150-
CMYK0.830.8900.41
HSL244.06º79.64%32.75%-
HSV(B)244.06º88.67%58.82%-
XYZ6.132.8229.08-
YUV34.85192.98121.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 150 (58.98% from 255) = 77.72%
R=13.47%
G=8.81%
B=77.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26171500.830.8900.41244.0679.6432.75
Hex1A11965359029f45021
Octal322122612313105136412041
Binary110101000110010110101001110110010101001111101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,150); }

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

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

 a { background-color: rgb(26,17,150); }

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

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

 span { border-color: rgb(26,17,150); }

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