#100F84

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

Shades of Ultramarine #100F84

Tints of Ultramarine #100F84

Color information

#100F84 (or 0x100F84) is unknown color: approx Ultramarine. HEX triplet: 10, 0F and 84. RGB value is (16,15,132). Sum of RGB (Red+Green+Blue) = 16+15+132=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #100F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100F84 is #EFF07B. Grayscale: #1C1C1C. Windows color (decimal): -15724668 or 8654608. OLE color: 8654608.

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

Color convert

RGB1615132-
CMYK0.880.8900.48
HSL240.51º79.59%28.82%-
HSV(B)240.51º88.64%51.76%-
XYZ4.552.1222-
YUV28.64186.33118.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 132 (51.95% from 255) = 80.98%
R=9.82%
G=9.20%
B=80.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16151320.880.8900.48240.5179.5928.82
Hex10F845859030f1501d
Octal201720413013106036112035
Binary1000011111000010010110001011001011000011110001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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