#17128D

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

Shades of Ultramarine #17128D

Tints of Ultramarine #17128D

Color information

#17128D (or 0x17128D) is unknown color: approx Ultramarine. HEX triplet: 17, 12 and 8D. RGB value is (23,18,141). Sum of RGB (Red+Green+Blue) = 23+18+141=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #17128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17128D is #E8ED72. Grayscale: #212121. Windows color (decimal): -15265139 or 9245207. OLE color: 9245207.

HSL color Cylindrical-coordinate representation of color #17128D: hue angle of 242.44º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17128D is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2318141-
CMYK0.840.8700.45
HSL242.44º77.36%31.18%-
HSV(B)242.44º87.23%55.29%-
XYZ5.382.5425.41-
YUV33.52188.66120.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.64%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 141 (55.47% from 255) = 77.47%
R=12.64%
G=9.89%
B=77.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal23181410.840.8700.45242.4477.3631.18
Hex17128D545702Df24d1f
Octal272221512412705536211537
Binary10111100101000110110101001010111010110111110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17128D; }

 p { color: rgb(23,18,141); }

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

<style>
 a { background-color: #17128D; }

 a { background-color: rgb(23,18,141); }

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

<style>
 span { border-color: #17128D; }

 span { border-color: rgb(23,18,141); }

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