#100F87

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

Shades of Ultramarine #100F87

Tints of Ultramarine #100F87

Color information

#100F87 (or 0x100F87) is unknown color: approx Ultramarine. HEX triplet: 10, 0F and 87. RGB value is (16,15,135). Sum of RGB (Red+Green+Blue) = 16+15+135=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #100F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100F87 is #EFF078. Grayscale: #1C1C1C. Windows color (decimal): -15724665 or 8851216. OLE color: 8851216.

HSL color Cylindrical-coordinate representation of color #100F87: hue angle of 240.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100F87 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1615135-
CMYK0.880.8900.47
HSL240.5º80%29.41%-
HSV(B)240.5º88.89%52.94%-
XYZ4.762.223.1-
YUV28.98187.83118.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 135 (53.12% from 255) = 81.33%
R=9.64%
G=9.04%
B=81.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16151350.880.8900.47240.58029.41
Hex10F87585902Ff0501d
Octal201720713013105736012035
Binary1000011111000011110110001011001010111111110000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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