#10018A

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

Shades of Ultramarine #10018A

Tints of Ultramarine #10018A

Color information

#10018A (or 0x10018A) is unknown color: approx Ultramarine. HEX triplet: 10, 01 and 8A. RGB value is (16,1,138). Sum of RGB (Red+Green+Blue) = 16+1+138=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 138 (54.30% from 255 or 89.03% from 155); Max value from RGB is 138 - color contains mainly: blue. Hex color #10018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10018A is #EFFE75. Grayscale: #141414. Windows color (decimal): -15728246 or 9044240. OLE color: 9044240.

HSL color Cylindrical-coordinate representation of color #10018A: hue angle of 246.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10018A is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB161138-
CMYK0.880.9900.46
HSL246.57º98.56%27.25%-
HSV(B)246.57º99.28%54.12%-
XYZ4.811.9724.17-
YUV21.1193.97124.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 138 (54.30% from 255) = 89.03%
R=10.32%
G=0.65%
B=89.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1611380.880.9900.46246.5798.5627.25
Hex1018A586302Ef7631b
Octal20121213014305636714333
Binary1000011000101010110001100011010111011110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10018A; }

 p { color: rgb(16,1,138); }

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

<style>
 a { background-color: #10018A; }

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

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

<style>
 span { border-color: #10018A; }

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

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