#100391

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

Shades of Ultramarine #100391

Tints of Ultramarine #100391

Color information

#100391 (or 0x100391) is unknown color: approx Ultramarine. HEX triplet: 10, 03 and 91. RGB value is (16,3,145). Sum of RGB (Red+Green+Blue) = 16+3+145=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #100391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100391 is #EFFC6E. Grayscale: #161616. Windows color (decimal): -15727727 or 9503504. OLE color: 9503504.

HSL color Cylindrical-coordinate representation of color #100391: hue angle of 245.49º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100391 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB163145-
CMYK0.890.9800.43
HSL245.49º95.95%29.02%-
HSV(B)245.49º97.93%56.86%-
XYZ5.362.2226.93-
YUV23.08196.81122.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 145 (57.03% from 255) = 88.41%
R=9.76%
G=1.83%
B=88.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1631450.890.9800.43245.4995.9529.02
Hex10391596202Bf5601d
Octal20322113114205336514035
Binary10000111001000110110011100010010101111110101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100391; }

 p { color: rgb(16,3,145); }

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

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

 a { background-color: rgb(16,3,145); }

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

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

 span { border-color: rgb(16,3,145); }

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