#101387

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

Shades of Ultramarine #101387

Tints of Ultramarine #101387

Color information

#101387 (or 0x101387) is unknown color: approx Ultramarine. HEX triplet: 10, 13 and 87. RGB value is (16,19,135). Sum of RGB (Red+Green+Blue) = 16+19+135=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #101387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101387 is #EFEC78. Grayscale: #1E1E1E. Windows color (decimal): -15723641 or 8852240. OLE color: 8852240.

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

Color convert

RGB1619135-
CMYK0.880.8600.47
HSL238.49º78.81%29.61%-
HSV(B)238.49º88.15%52.94%-
XYZ4.822.3323.12-
YUV31.33186.51117.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 135 (53.12% from 255) = 79.41%
R=9.41%
G=11.18%
B=79.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16191350.880.8600.47238.4978.8129.61
Hex101387585602Fee4f1e
Octal202320713012605735611736
Binary10000100111000011110110001010110010111111101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101387; }

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

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

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

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

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

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

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

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