#10117F

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

Shades of Ultramarine #10117F

Tints of Ultramarine #10117F

Color information

#10117F (or 0x10117F) is unknown color: approx Ultramarine. HEX triplet: 10, 11 and 7F. RGB value is (16,17,127). Sum of RGB (Red+Green+Blue) = 16+17+127=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 127 (50% from 255 or 79.38% from 160); Max value from RGB is 127 - color contains mainly: blue. Hex color #10117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10117F is #EFEE80. Grayscale: #1C1C1C. Windows color (decimal): -15724161 or 8327440. OLE color: 8327440.

HSL color Cylindrical-coordinate representation of color #10117F: hue angle of 239.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10117F is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1617127-
CMYK0.870.8700.50
HSL239.46º77.62%28.04%-
HSV(B)239.46º87.4%49.8%-
XYZ4.242.0420.25-
YUV29.24183.17118.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 127 (50% from 255) = 79.38%
R=10%
G=10.62%
B=79.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16171270.870.8700.50239.4677.6228.04
Hex10117F5757032ef4e1c
Octal202117712712706235711634
Binary1000010001111111110101111010111011001011101111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,17,127); }

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

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

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

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

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

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

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