#10118D

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

Shades of Ultramarine #10118D

Tints of Ultramarine #10118D

Color information

#10118D (or 0x10118D) is unknown color: approx Ultramarine. HEX triplet: 10, 11 and 8D. RGB value is (16,17,141). Sum of RGB (Red+Green+Blue) = 16+17+141=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #10118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10118D is #EFEE72. Grayscale: #1E1E1E. Windows color (decimal): -15724147 or 9244944. OLE color: 9244944.

HSL color Cylindrical-coordinate representation of color #10118D: hue angle of 239.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10118D is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1617141-
CMYK0.890.8800.45
HSL239.52º79.62%30.78%-
HSV(B)239.52º88.65%55.29%-
XYZ5.222.4325.39-
YUV30.84190.17117.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 141 (55.47% from 255) = 81.03%
R=9.20%
G=9.77%
B=81.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16171410.890.8800.45239.5279.6230.78
Hex10118D595802Df0501f
Octal202121513113005536012037
Binary10000100011000110110110011011000010110111110000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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