#1A15AC

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

Shades of Ultramarine #1A15AC

Tints of Ultramarine #1A15AC

Color information

#1A15AC (or 0x1A15AC) is unknown color: approx Ultramarine. HEX triplet: 1A, 15 and AC. RGB value is (26,21,172). Sum of RGB (Red+Green+Blue) = 26+21+172=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A15AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A15AC is #E5EA53. Grayscale: #272727. Windows color (decimal): -15067732 or 11277594. OLE color: 11277594.

HSL color Cylindrical-coordinate representation of color #1A15AC: hue angle of 241.99º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A15AC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2621172-
CMYK0.850.8800.33
HSL241.99º78.24%37.84%-
HSV(B)241.99º87.79%67.45%-
XYZ8.143.7339.32-
YUV39.71202.66118.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 172 (67.58% from 255) = 78.54%
R=11.87%
G=9.59%
B=78.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26211720.850.8800.33241.9978.2437.84
Hex1A15AC5558021f24e26
Octal322525412513004136211646
Binary110101010110101100101010110110000100001111100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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