#100895

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

Shades of Ultramarine #100895

Tints of Ultramarine #100895

Color information

#100895 (or 0x100895) is unknown color: approx Ultramarine. HEX triplet: 10, 08 and 95. RGB value is (16,8,149). Sum of RGB (Red+Green+Blue) = 16+8+149=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #100895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100895 is #EFF76A. Grayscale: #191919. Windows color (decimal): -15726443 or 9766928. OLE color: 9766928.

HSL color Cylindrical-coordinate representation of color #100895: hue angle of 243.4º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100895 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB168149-
CMYK0.890.9500.42
HSL243.4º89.81%30.78%-
HSV(B)243.4º94.63%58.43%-
XYZ5.732.4528.61-
YUV26.47197.15120.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 149 (58.59% from 255) = 86.13%
R=9.25%
G=4.62%
B=86.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1681490.890.9500.42243.489.8130.78
Hex10895595F02Af35a1f
Octal201022513113705236313237
Binary1000010001001010110110011011111010101011110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100895; }

 p { color: rgb(16,8,149); }

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

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

 a { background-color: rgb(16,8,149); }

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

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

 span { border-color: rgb(16,8,149); }

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