#1A17AD

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

Shades of Ultramarine #1A17AD

Tints of Ultramarine #1A17AD

Color information

#1A17AD (or 0x1A17AD) is unknown color: approx Ultramarine. HEX triplet: 1A, 17 and AD. RGB value is (26,23,173). Sum of RGB (Red+Green+Blue) = 26+23+173=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A17AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A17AD is #E5E852. Grayscale: #282828. Windows color (decimal): -15067219 or 11343642. OLE color: 11343642.

HSL color Cylindrical-coordinate representation of color #1A17AD: hue angle of 241.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A17AD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2623173-
CMYK0.850.8700.32
HSL241.2º76.53%38.43%-
HSV(B)241.2º86.71%67.84%-
XYZ8.283.8539.84-
YUV41202.49117.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 173 (67.97% from 255) = 77.93%
R=11.71%
G=10.36%
B=77.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26231730.850.8700.32241.276.5338.43
Hex1A17AD5557020f14d26
Octal322725512512704036111546
Binary110101011110101101101010110101110100000111100011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A17AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,23,173); }

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

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

 a { background-color: rgb(26,23,173); }

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

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

 span { border-color: rgb(26,23,173); }

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