#1701A1

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

Shades of Ultramarine #1701A1

Tints of Ultramarine #1701A1

Color information

#1701A1 (or 0x1701A1) is unknown color: approx Ultramarine. HEX triplet: 17, 01 and A1. RGB value is (23,1,161). Sum of RGB (Red+Green+Blue) = 23+1+161=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 161 (63.28% from 255 or 87.03% from 185); Max value from RGB is 161 - color contains mainly: blue. Hex color #1701A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1701A1 is #E8FE5E. Grayscale: #191919. Windows color (decimal): -15269471 or 10551575. OLE color: 10551575.

HSL color Cylindrical-coordinate representation of color #1701A1: hue angle of 248.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1701A1 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB231161-
CMYK0.860.9900.37
HSL248.25º98.77%31.76%-
HSV(B)248.25º99.38%63.14%-
XYZ6.82.7833.9-
YUV25.82204.29125.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.43%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 161 (63.28% from 255) = 87.03%
R=12.43%
G=0.54%
B=87.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2311610.860.9900.37248.2598.7731.76
Hex171A15663025f86320
Octal27124112614304537014340
Binary10111110100001101011011000110100101111110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1701A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1701A1; }

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

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

<style>
 a { background-color: #1701A1; }

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

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

<style>
 span { border-color: #1701A1; }

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

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