#17027F

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

Shades of Ultramarine #17027F

Tints of Ultramarine #17027F

Color information

#17027F (or 0x17027F) is unknown color: approx Ultramarine. HEX triplet: 17, 02 and 7F. RGB value is (23,2,127). Sum of RGB (Red+Green+Blue) = 23+2+127=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #17027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17027F is #E8FD80. Grayscale: #161616. Windows color (decimal): -15269249 or 8323607. OLE color: 8323607.

HSL color Cylindrical-coordinate representation of color #17027F: hue angle of 250.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17027F is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB232127-
CMYK0.820.9800.50
HSL250.08º96.9%25.29%-
HSV(B)250.08º98.43%49.8%-
XYZ4.211.7620.2-
YUV22.53186.96128.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.13%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 127 (50% from 255) = 83.55%
R=15.13%
G=1.32%
B=83.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2321270.820.9800.50250.0896.925.29
Hex1727F5262032fa6119
Octal27217712214206237214131
Binary1011110111111110100101100010011001011111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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