#1A17A1

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

Shades of Ultramarine #1A17A1

Tints of Ultramarine #1A17A1

Color information

#1A17A1 (or 0x1A17A1) is unknown color: approx Ultramarine. HEX triplet: 1A, 17 and A1. RGB value is (26,23,161). Sum of RGB (Red+Green+Blue) = 26+23+161=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 161 (63.28% from 255 or 76.67% from 210); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A17A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A17A1 is #E5E85E. Grayscale: #272727. Windows color (decimal): -15067231 or 10557210. OLE color: 10557210.

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

Color convert

RGB2623161-
CMYK0.840.8600.37
HSL241.3º75%36.08%-
HSV(B)241.3º85.71%63.14%-
XYZ7.173.4134-
YUV39.63196.49118.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 161 (63.28% from 255) = 76.67%
R=12.38%
G=10.95%
B=76.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26231610.840.8600.37241.37536.08
Hex1A17A15456025f14b24
Octal322724112412604536111344
Binary110101011110100001101010010101100100101111100011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A17A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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