#1A15A1

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

Shades of Ultramarine #1A15A1

Tints of Ultramarine #1A15A1

Color information

#1A15A1 (or 0x1A15A1) is unknown color: approx Ultramarine. HEX triplet: 1A, 15 and A1. RGB value is (26,21,161). Sum of RGB (Red+Green+Blue) = 26+21+161=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 161 (63.28% from 255 or 77.40% from 208); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A15A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A15A1 is #E5EA5E. Grayscale: #252525. Windows color (decimal): -15067743 or 10556698. OLE color: 10556698.

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

Color convert

RGB2621161-
CMYK0.840.8700.37
HSL242.14º76.92%35.69%-
HSV(B)242.14º86.96%63.14%-
XYZ7.133.3333.99-
YUV38.46197.16119.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 161 (63.28% from 255) = 77.40%
R=12.5%
G=10.10%
B=77.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26211610.840.8700.37242.1476.9235.69
Hex1A15A15457025f24d24
Octal322524112412704536211544
Binary110101010110100001101010010101110100101111100101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A15A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,161); }

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

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

 a { background-color: rgb(26,21,161); }

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

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

 span { border-color: rgb(26,21,161); }

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