#1703A0

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

Shades of Ultramarine #1703A0

Tints of Ultramarine #1703A0

Color information

#1703A0 (or 0x1703A0) is unknown color: approx Ultramarine. HEX triplet: 17, 03 and A0. RGB value is (23,3,160). Sum of RGB (Red+Green+Blue) = 23+3+160=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 160 (62.89% from 255 or 86.02% from 186); Max value from RGB is 160 - color contains mainly: blue. Hex color #1703A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1703A0 is #E8FC5F. Grayscale: #1A1A1A. Windows color (decimal): -15268960 or 10486551. OLE color: 10486551.

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

Color convert

RGB233160-
CMYK0.860.9800.37
HSL247.64º96.32%31.96%-
HSV(B)247.64º98.12%62.75%-
XYZ6.732.7933.44-
YUV26.88203.13125.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 160 (62.89% from 255) = 86.02%
R=12.37%
G=1.61%
B=86.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2331600.860.9800.37247.6496.3231.96
Hex173A05662025f86020
Octal27324012614204537014040
Binary101111110100000101011011000100100101111110001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1703A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1703A0; }

 p { color: rgb(23,3,160); }

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

<style>
 a { background-color: #1703A0; }

 a { background-color: rgb(23,3,160); }

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

<style>
 span { border-color: #1703A0; }

 span { border-color: rgb(23,3,160); }

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