#101587

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

Shades of Ultramarine #101587

Tints of Ultramarine #101587

Color information

#101587 (or 0x101587) is unknown color: approx Ultramarine. HEX triplet: 10, 15 and 87. RGB value is (16,21,135). Sum of RGB (Red+Green+Blue) = 16+21+135=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #101587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101587 is #EFEA78. Grayscale: #202020. Windows color (decimal): -15723129 or 8852752. OLE color: 8852752.

HSL color Cylindrical-coordinate representation of color #101587: hue angle of 237.48º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101587 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1621135-
CMYK0.880.8400.47
HSL237.48º78.81%29.61%-
HSV(B)237.48º88.15%52.94%-
XYZ4.862.423.13-
YUV32.5185.84116.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 135 (53.12% from 255) = 78.49%
R=9.30%
G=12.21%
B=78.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16211350.880.8400.47237.4878.8129.61
Hex101587585402Fed4f1e
Octal202520713012405735511736
Binary10000101011000011110110001010100010111111101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101587; }

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

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

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

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

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

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

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

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