#100182

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

Shades of Ultramarine #100182

Tints of Ultramarine #100182

Color information

#100182 (or 0x100182) is unknown color: approx Ultramarine. HEX triplet: 10, 01 and 82. RGB value is (16,1,130). Sum of RGB (Red+Green+Blue) = 16+1+130=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 130 (51.17% from 255 or 88.44% from 147); Max value from RGB is 130 - color contains mainly: blue. Hex color #100182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100182 is #EFFE7D. Grayscale: #131313. Windows color (decimal): -15728254 or 8519952. OLE color: 8519952.

HSL color Cylindrical-coordinate representation of color #100182: hue angle of 246.98º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100182 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB161130-
CMYK0.880.9900.49
HSL246.98º98.47%25.69%-
HSV(B)246.98º99.23%50.98%-
XYZ4.251.7421.23-
YUV20.19189.97125.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 130 (51.17% from 255) = 88.44%
R=10.88%
G=0.68%
B=88.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1611300.880.9900.49246.9898.4725.69
Hex101825863031f7621a
Octal20120213014306136714232
Binary1000011000001010110001100011011000111110111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100182; }

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

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

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

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

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

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

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

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