#100985

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

Shades of Ultramarine #100985

Tints of Ultramarine #100985

Color information

#100985 (or 0x100985) is unknown color: approx Ultramarine. HEX triplet: 10, 09 and 85. RGB value is (16,9,133). Sum of RGB (Red+Green+Blue) = 16+9+133=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #100985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100985 is #EFF67A. Grayscale: #181818. Windows color (decimal): -15726203 or 8718608. OLE color: 8718608.

HSL color Cylindrical-coordinate representation of color #100985: hue angle of 243.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100985 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB169133-
CMYK0.880.9300.48
HSL243.39º87.32%27.84%-
HSV(B)243.39º93.23%52.16%-
XYZ4.55222.34-
YUV25.23188.82121.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 133 (52.34% from 255) = 84.18%
R=10.13%
G=5.70%
B=84.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1691330.880.9300.48243.3987.3227.84
Hex10985585D030f3571c
Octal201120513013506036312734
Binary1000010011000010110110001011101011000011110011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100985; }

 p { color: rgb(16,9,133); }

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

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

 a { background-color: rgb(16,9,133); }

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

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

 span { border-color: rgb(16,9,133); }

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