#17027A

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

Shades of Ultramarine #17027A

Tints of Ultramarine #17027A

Color information

#17027A (or 0x17027A) is unknown color: approx Ultramarine. HEX triplet: 17, 02 and 7A. RGB value is (23,2,122). Sum of RGB (Red+Green+Blue) = 23+2+122=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #17027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17027A is #E8FD85. Grayscale: #151515. Windows color (decimal): -15269254 or 7995927. OLE color: 7995927.

HSL color Cylindrical-coordinate representation of color #17027A: hue angle of 250.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17027A is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB232122-
CMYK0.810.9800.52
HSL250.5º96.77%24.31%-
HSV(B)250.5º98.36%47.84%-
XYZ3.891.6318.52-
YUV21.96184.46128.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 122 (48.05% from 255) = 82.99%
R=15.65%
G=1.36%
B=82.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2321220.810.9800.52250.596.7724.31
Hex1727A5162034fa6118
Octal27217212114206437214130
Binary1011110111101010100011100010011010011111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17027A; }

 p { color: rgb(23,2,122); }

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

<style>
 a { background-color: #17027A; }

 a { background-color: rgb(23,2,122); }

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

<style>
 span { border-color: #17027A; }

 span { border-color: rgb(23,2,122); }

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