#101087

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

Shades of Ultramarine #101087

Tints of Ultramarine #101087

Color information

#101087 (or 0x101087) is unknown color: approx Ultramarine. HEX triplet: 10, 10 and 87. RGB value is (16,16,135). Sum of RGB (Red+Green+Blue) = 16+16+135=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #101087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101087 is #EFEF78. Grayscale: #1D1D1D. Windows color (decimal): -15724409 or 8851472. OLE color: 8851472.

HSL color Cylindrical-coordinate representation of color #101087: hue angle of 240º 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 #101087 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1616135-
CMYK0.880.8800.47
HSL240º78.81%29.61%-
HSV(B)240º88.15%52.94%-
XYZ4.772.2323.1-
YUV29.57187.5118.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 135 (53.12% from 255) = 80.84%
R=9.58%
G=9.58%
B=80.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16161350.880.8800.4724078.8129.61
Hex101087585802Ff04f1e
Octal202020713013005736011736
Binary10000100001000011110110001011000010111111110000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101087; }

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

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

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

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

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

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

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

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