#100E9B

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

Shades of Ultramarine #100E9B

Tints of Ultramarine #100E9B

Color information

#100E9B (or 0x100E9B) is unknown color: approx Ultramarine. HEX triplet: 10, 0E and 9B. RGB value is (16,14,155). Sum of RGB (Red+Green+Blue) = 16+14+155=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #100E9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E9B is #EFF164. Grayscale: #1E1E1E. Windows color (decimal): -15724901 or 10161680. OLE color: 10161680.

HSL color Cylindrical-coordinate representation of color #100E9B: hue angle of 240.85º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100E9B is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1614155-
CMYK0.900.9100.39
HSL240.85º83.43%33.14%-
HSV(B)240.85º90.97%60.78%-
XYZ6.292.7931.22-
YUV30.67198.16117.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 155 (60.94% from 255) = 83.78%
R=8.65%
G=7.57%
B=83.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16141550.900.9100.39240.8583.4333.14
Hex10E9B5A5B027f15321
Octal201623313213304736112341
Binary10000111010011011101101010110110100111111100011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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