#1A10A0

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

Shades of Ultramarine #1A10A0

Tints of Ultramarine #1A10A0

Color information

#1A10A0 (or 0x1A10A0) is unknown color: approx Ultramarine. HEX triplet: 1A, 10 and A0. RGB value is (26,16,160). Sum of RGB (Red+Green+Blue) = 26+16+160=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 160 (62.89% from 255 or 79.21% from 202); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A10A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A10A0 is #E5EF5F. Grayscale: #222222. Windows color (decimal): -15069024 or 10489882. OLE color: 10489882.

HSL color Cylindrical-coordinate representation of color #1A10A0: hue angle of 244.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A10A0 is Cyan = 0.84, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2616160-
CMYK0.840.900.37
HSL244.17º81.82%34.51%-
HSV(B)244.17º90%62.75%-
XYZ6.963.1333.49-
YUV35.41198.31121.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 160 (62.89% from 255) = 79.21%
R=12.87%
G=7.92%
B=79.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26161600.840.900.37244.1781.8234.51
Hex1A10A0545A025f45223
Octal322024012413204536412243
Binary110101000010100000101010010110100100101111101001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A10A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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