#100692

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

Shades of Ultramarine #100692

Tints of Ultramarine #100692

Color information

#100692 (or 0x100692) is unknown color: approx Ultramarine. HEX triplet: 10, 06 and 92. RGB value is (16,6,146). Sum of RGB (Red+Green+Blue) = 16+6+146=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 146 (57.42% from 255 or 86.90% from 168); Max value from RGB is 146 - color contains mainly: blue. Hex color #100692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100692 is #EFF96D. Grayscale: #181818. Windows color (decimal): -15726958 or 9569808. OLE color: 9569808.

HSL color Cylindrical-coordinate representation of color #100692: hue angle of 244.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100692 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB166146-
CMYK0.890.9600.43
HSL244.29º92.11%29.8%-
HSV(B)244.29º95.89%57.25%-
XYZ5.472.3227.35-
YUV24.95196.31121.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 6 (2.73% from 255) = 3.57%
BLUE value IS 146 (57.42% from 255) = 86.90%
R=9.52%
G=3.57%
B=86.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1661460.890.9600.43244.2992.1129.8
Hex10692596002Bf45c1e
Octal20622213114005336413436
Binary100001101001001010110011100000010101111110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100692; }

 p { color: rgb(16,6,146); }

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

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

 a { background-color: rgb(16,6,146); }

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

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

 span { border-color: rgb(16,6,146); }

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