#10109F

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

Shades of Ultramarine #10109F

Tints of Ultramarine #10109F

Color information

#10109F (or 0x10109F) is unknown color: approx Ultramarine. HEX triplet: 10, 10 and 9F. RGB value is (16,16,159). Sum of RGB (Red+Green+Blue) = 16+16+159=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #10109F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10109F is #EFEF60. Grayscale: #1F1F1F. Windows color (decimal): -15724385 or 10424336. OLE color: 10424336.

HSL color Cylindrical-coordinate representation of color #10109F: hue angle of 240º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10109F is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1616159-
CMYK0.900.9000.38
HSL240º81.71%34.31%-
HSV(B)240º89.94%62.35%-
XYZ6.662.9833.03-
YUV32.3199.5116.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 159 (62.5% from 255) = 83.25%
R=8.38%
G=8.38%
B=83.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16161590.900.9000.3824081.7134.31
Hex10109F5A5A026f05222
Octal202023713213204636012242
Binary100001000010011111101101010110100100110111100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10109F; }

 p { color: rgb(16,16,159); }

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

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

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

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

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

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

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