#1712AC

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

Shades of Ultramarine #1712AC

Tints of Ultramarine #1712AC

Color information

#1712AC (or 0x1712AC) is unknown color: approx Ultramarine. HEX triplet: 17, 12 and AC. RGB value is (23,18,172). Sum of RGB (Red+Green+Blue) = 23+18+172=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #1712AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1712AC is #E8ED53. Grayscale: #242424. Windows color (decimal): -15265108 or 11276823. OLE color: 11276823.

HSL color Cylindrical-coordinate representation of color #1712AC: hue angle of 241.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1712AC is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2318172-
CMYK0.870.9000.33
HSL241.95º81.05%37.25%-
HSV(B)241.95º89.53%67.45%-
XYZ8.023.5939.3-
YUV37.05204.16117.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 172 (67.58% from 255) = 80.75%
R=10.80%
G=8.45%
B=80.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23181720.870.9000.33241.9581.0537.25
Hex1712AC575A021f25125
Octal272225412713204136212145
Binary101111001010101100101011110110100100001111100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1712AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1712AC; }

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

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

<style>
 a { background-color: #1712AC; }

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

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

<style>
 span { border-color: #1712AC; }

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

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