#1A1095

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

Shades of Ultramarine #1A1095

Tints of Ultramarine #1A1095

Color information

#1A1095 (or 0x1A1095) is unknown color: approx Ultramarine. HEX triplet: 1A, 10 and 95. RGB value is (26,16,149). Sum of RGB (Red+Green+Blue) = 26+16+149=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1095 is #E5EF6A. Grayscale: #212121. Windows color (decimal): -15069035 or 9768986. OLE color: 9768986.

HSL color Cylindrical-coordinate representation of color #1A1095: hue angle of 244.51º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1095 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2616149-
CMYK0.830.8900.42
HSL244.51º80.61%32.35%-
HSV(B)244.51º89.26%58.43%-
XYZ6.042.7628.65-
YUV34.15192.81122.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 149 (58.59% from 255) = 78.01%
R=13.61%
G=8.38%
B=78.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26161490.830.8900.42244.5180.6132.35
Hex1A1095535902Af55120
Octal322022512313105236512140
Binary110101000010010101101001110110010101010111101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,149); }

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

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

 a { background-color: rgb(26,16,149); }

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

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

 span { border-color: rgb(26,16,149); }

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