#1A17AA

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

Shades of Ultramarine #1A17AA

Tints of Ultramarine #1A17AA

Color information

#1A17AA (or 0x1A17AA) is unknown color: approx Ultramarine. HEX triplet: 1A, 17 and AA. RGB value is (26,23,170). Sum of RGB (Red+Green+Blue) = 26+23+170=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A17AA is #E5E855. Grayscale: #282828. Windows color (decimal): -15067222 or 11147034. OLE color: 11147034.

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

Color convert

RGB2623170-
CMYK0.850.8600.33
HSL241.22º76.17%37.84%-
HSV(B)241.22º86.47%66.67%-
XYZ7.993.7338.33-
YUV40.66200.99117.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 170 (66.80% from 255) = 77.63%
R=11.87%
G=10.50%
B=77.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26231700.850.8600.33241.2276.1737.84
Hex1A17AA5556021f14c26
Octal322725212512604136111446
Binary110101011110101010101010110101100100001111100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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