#100F8D

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

Shades of Ultramarine #100F8D

Tints of Ultramarine #100F8D

Color information

#100F8D (or 0x100F8D) is unknown color: approx Ultramarine. HEX triplet: 10, 0F and 8D. RGB value is (16,15,141). Sum of RGB (Red+Green+Blue) = 16+15+141=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #100F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100F8D is #EFF072. Grayscale: #1D1D1D. Windows color (decimal): -15724659 or 9244432. OLE color: 9244432.

HSL color Cylindrical-coordinate representation of color #100F8D: hue angle of 240.48º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100F8D is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1615141-
CMYK0.890.8900.45
HSL240.48º80.77%30.59%-
HSV(B)240.48º89.36%55.29%-
XYZ5.192.3725.38-
YUV29.66190.83118.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 141 (55.47% from 255) = 81.98%
R=9.30%
G=8.72%
B=81.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16151410.890.8900.45240.4880.7730.59
Hex10F8D595902Df0511f
Octal201721513113105536012137
Binary1000011111000110110110011011001010110111110000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,15,141); }

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

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

 a { background-color: rgb(16,15,141); }

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

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

 span { border-color: rgb(16,15,141); }

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