#10108f

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

Shades of Ultramarine #10108F

Tints of Ultramarine #10108F

Color information

#10108F (or 0x10108F) is unknown color: approx Ultramarine. HEX triplet: 10, 10 and 8F. RGB value is (16,16,143). Sum of RGB (Red+Green+Blue) = 16+16+143=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 143 (56.25% from 255 or 81.71% from 175); Max value from RGB is 143 - color contains mainly: blue. Hex color #10108F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10108F is #EFEF70. Grayscale: #1D1D1D. Windows color (decimal): -15724401 or 9375760. OLE color: 9375760.

HSL color Cylindrical-coordinate representation of color #10108F: hue angle of 240º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10108F is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1616143-
CMYK0.890.8900.44
HSL240º79.87%31.18%-
HSV(B)240º88.81%56.08%-
XYZ5.362.4626.18-
YUV30.48191.5117.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 143 (56.25% from 255) = 81.71%
R=9.14%
G=9.14%
B=81.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16161430.890.8900.4424079.8731.18
Hex10108F595902Cf0501f
Octal202021713113105436012037
Binary10000100001000111110110011011001010110011110000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10108f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10108f; }

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

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

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

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

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

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

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

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