#10118E

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

Shades of Ultramarine #10118E

Tints of Ultramarine #10118E

Color information

#10118E (or 0x10118E) is unknown color: approx Ultramarine. HEX triplet: 10, 11 and 8E. RGB value is (16,17,142). Sum of RGB (Red+Green+Blue) = 16+17+142=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #10118E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10118E is #EFEE71. Grayscale: #1E1E1E. Windows color (decimal): -15724146 or 9310480. OLE color: 9310480.

HSL color Cylindrical-coordinate representation of color #10118E: hue angle of 239.52º 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 #10118E is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1617142-
CMYK0.890.8800.44
HSL239.52º79.75%30.98%-
HSV(B)239.52º88.73%55.69%-
XYZ5.32.4625.79-
YUV30.95190.67117.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 142 (55.86% from 255) = 81.14%
R=9.14%
G=9.71%
B=81.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16171420.890.8800.44239.5279.7530.98
Hex10118E595802Cf0501f
Octal202121613113005436012037
Binary10000100011000111010110011011000010110011110000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10118E; }

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

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

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

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

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

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

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

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