#100593

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

Shades of Ultramarine #100593

Tints of Ultramarine #100593

Color information

#100593 (or 0x100593) is unknown color: approx Ultramarine. HEX triplet: 10, 05 and 93. RGB value is (16,5,147). Sum of RGB (Red+Green+Blue) = 16+5+147=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #100593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100593 is #EFFA6C. Grayscale: #171717. Windows color (decimal): -15727213 or 9635088. OLE color: 9635088.

HSL color Cylindrical-coordinate representation of color #100593: hue angle of 244.65º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100593 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB165147-
CMYK0.890.9700.42
HSL244.65º93.42%29.8%-
HSV(B)244.65º96.6%57.65%-
XYZ5.532.3327.76-
YUV24.48197.14121.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 147 (57.81% from 255) = 87.5%
R=9.52%
G=2.98%
B=87.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1651470.890.9700.42244.6593.4229.8
Hex10593596102Af55d1e
Octal20522313114105236513536
Binary100001011001001110110011100001010101011110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100593; }

 p { color: rgb(16,5,147); }

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

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

 a { background-color: rgb(16,5,147); }

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

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

 span { border-color: rgb(16,5,147); }

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