#100296

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

Shades of Ultramarine #100296

Tints of Ultramarine #100296

Color information

#100296 (or 0x100296) is unknown color: approx Ultramarine. HEX triplet: 10, 02 and 96. RGB value is (16,2,150). Sum of RGB (Red+Green+Blue) = 16+2+150=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 150 (58.98% from 255 or 89.29% from 168); Max value from RGB is 150 - color contains mainly: blue. Hex color #100296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100296 is #EFFD69. Grayscale: #161616. Windows color (decimal): -15727978 or 9830928. OLE color: 9830928.

HSL color Cylindrical-coordinate representation of color #100296: hue angle of 245.68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100296 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB162150-
CMYK0.890.9900.41
HSL245.68º97.37%29.8%-
HSV(B)245.68º98.67%58.82%-
XYZ5.742.3629.01-
YUV23.06199.64122.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 150 (58.98% from 255) = 89.29%
R=9.52%
G=1.19%
B=89.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1621500.890.9900.41245.6897.3729.8
Hex102965963029f6611e
Octal20222613114305136614136
Binary10000101001011010110011100011010100111110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100296; }

 p { color: rgb(16,2,150); }

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

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

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

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

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

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

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