#100E95

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

Shades of Ultramarine #100E95

Tints of Ultramarine #100E95

Color information

#100E95 (or 0x100E95) is unknown color: approx Ultramarine. HEX triplet: 10, 0E and 95. RGB value is (16,14,149). Sum of RGB (Red+Green+Blue) = 16+14+149=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #100E95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E95 is #EFF16A. Grayscale: #1D1D1D. Windows color (decimal): -15724907 or 9768464. OLE color: 9768464.

HSL color Cylindrical-coordinate representation of color #100E95: hue angle of 240.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100E95 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1614149-
CMYK0.890.9100.42
HSL240.89º82.82%31.96%-
HSV(B)240.89º90.6%58.43%-
XYZ5.82.5928.63-
YUV29.99195.16118.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 149 (58.59% from 255) = 83.24%
R=8.94%
G=7.82%
B=83.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16141490.890.9100.42240.8982.8231.96
Hex10E95595B02Af15320
Octal201622513113305236112340
Binary10000111010010101101100110110110101010111100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E95; }

 p { color: rgb(16,14,149); }

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

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

 a { background-color: rgb(16,14,149); }

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

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

 span { border-color: rgb(16,14,149); }

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