#17139A

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

Shades of Ultramarine #17139A

Tints of Ultramarine #17139A

Color information

#17139A (or 0x17139A) is unknown color: approx Ultramarine. HEX triplet: 17, 13 and 9A. RGB value is (23,19,154). Sum of RGB (Red+Green+Blue) = 23+19+154=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #17139A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17139A is #E8EC65. Grayscale: #232323. Windows color (decimal): -15264870 or 10097431. OLE color: 10097431.

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

Color convert

RGB2319154-
CMYK0.850.8800.40
HSL241.78º78.03%33.92%-
HSV(B)241.78º87.66%60.39%-
XYZ6.422.9830.81-
YUV35.59194.83119.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 154 (60.55% from 255) = 78.57%
R=11.73%
G=9.69%
B=78.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal23191540.850.8800.40241.7878.0333.92
Hex17139A5558028f24e22
Octal272323212513005036211642
Binary101111001110011010101010110110000101000111100101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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