#17008E

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

Shades of Ultramarine #17008E

Tints of Ultramarine #17008E

Color information

#17008E (or 0x17008E) is unknown color: approx Ultramarine. HEX triplet: 17, 00 and 8E. RGB value is (23,0,142). Sum of RGB (Red+Green+Blue) = 23+0+142=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 142 (55.86% from 255 or 86.06% from 165); Max value from RGB is 142 - color contains mainly: blue. Hex color #17008E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17008E is #E8FF71. Grayscale: #161616. Windows color (decimal): -15269746 or 9306135. OLE color: 9306135.

HSL color Cylindrical-coordinate representation of color #17008E: hue angle of 249.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17008E is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB230142-
CMYK0.84100.44
HSL249.72º100%27.84%-
HSV(B)249.72º100%55.69%-
XYZ5.242.1425.73-
YUV23.06195.12127.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 86.06%
R=13.94%
G=0%
B=86.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2301420.84100.44249.7210027.84
Hex1708E546402Cfa641c
Octal27021612414405437214434
Binary1011101000111010101001100100010110011111010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17008E; }

 p { color: rgb(23,0,142); }

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

<style>
 a { background-color: #17008E; }

 a { background-color: rgb(23,0,142); }

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

<style>
 span { border-color: #17008E; }

 span { border-color: rgb(23,0,142); }

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