#100F7F

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

Shades of Ultramarine #100F7F

Tints of Ultramarine #100F7F

Color information

#100F7F (or 0x100F7F) is unknown color: approx Ultramarine. HEX triplet: 10, 0F and 7F. RGB value is (16,15,127). Sum of RGB (Red+Green+Blue) = 16+15+127=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 127 (50% from 255 or 80.38% from 158); Max value from RGB is 127 - color contains mainly: blue. Hex color #100F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F7F is #EFF080. Grayscale: #1B1B1B. Windows color (decimal): -15724673 or 8326928. OLE color: 8326928.

HSL color Cylindrical-coordinate representation of color #100F7F: hue angle of 240.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100F7F is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1615127-
CMYK0.870.8800.50
HSL240.54º78.87%27.84%-
HSV(B)240.54º88.19%49.8%-
XYZ4.221.9820.24-
YUV28.07183.83119.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 127 (50% from 255) = 80.38%
R=10.13%
G=9.49%
B=80.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16151270.870.8800.50240.5478.8727.84
Hex10F7F5758032f14f1c
Octal201717712713006236111734
Binary100001111111111110101111011000011001011110001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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