#17149A

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

Shades of Ultramarine #17149A

Tints of Ultramarine #17149A

Color information

#17149A (or 0x17149A) is unknown color: approx Ultramarine. HEX triplet: 17, 14 and 9A. RGB value is (23,20,154). Sum of RGB (Red+Green+Blue) = 23+20+154=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 154 (60.55% from 255 or 78.17% from 197); Max value from RGB is 154 - color contains mainly: blue. Hex color #17149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17149A is #E8EB65. Grayscale: #232323. Windows color (decimal): -15264614 or 10097687. OLE color: 10097687.

HSL color Cylindrical-coordinate representation of color #17149A: hue angle of 241.34º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17149A is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2320154-
CMYK0.850.8700.40
HSL241.34º77.01%34.12%-
HSV(B)241.34º87.01%60.39%-
XYZ6.443.0230.81-
YUV36.17194.49118.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.68%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 154 (60.55% from 255) = 78.17%
R=11.68%
G=10.15%
B=78.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal23201540.850.8700.40241.3477.0134.12
Hex17149A5557028f14d22
Octal272423212512705036111542
Binary101111010010011010101010110101110101000111100011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,20,154); }

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

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

 a { background-color: rgb(23,20,154); }

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

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

 span { border-color: rgb(23,20,154); }

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