#17029F

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

Shades of Ultramarine #17029F

Tints of Ultramarine #17029F

Color information

#17029F (or 0x17029F) is unknown color: approx Ultramarine. HEX triplet: 17, 02 and 9F. RGB value is (23,2,159). Sum of RGB (Red+Green+Blue) = 23+2+159=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 159 (62.5% from 255 or 86.41% from 184); Max value from RGB is 159 - color contains mainly: blue. Hex color #17029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17029F is #E8FD60. Grayscale: #191919. Windows color (decimal): -15269217 or 10420759. OLE color: 10420759.

HSL color Cylindrical-coordinate representation of color #17029F: hue angle of 248.03º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17029F is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB232159-
CMYK0.860.9900.38
HSL248.03º97.52%31.57%-
HSV(B)248.03º98.74%62.35%-
XYZ6.632.7332.98-
YUV26.18202.96125.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 159 (62.5% from 255) = 86.41%
R=12.5%
G=1.09%
B=86.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2321590.860.9900.38248.0397.5231.57
Hex1729F5663026f86220
Octal27223712614304637014240
Binary101111010011111101011011000110100110111110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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