#101487

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

Shades of Ultramarine #101487

Tints of Ultramarine #101487

Color information

#101487 (or 0x101487) is unknown color: approx Ultramarine. HEX triplet: 10, 14 and 87. RGB value is (16,20,135). Sum of RGB (Red+Green+Blue) = 16+20+135=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #101487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101487 is #EFEB78. Grayscale: #1F1F1F. Windows color (decimal): -15723385 or 8852496. OLE color: 8852496.

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

Color convert

RGB1620135-
CMYK0.880.8500.47
HSL237.98º78.81%29.61%-
HSV(B)237.98º88.15%52.94%-
XYZ4.842.3623.12-
YUV31.91186.17116.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 135 (53.12% from 255) = 78.95%
R=9.36%
G=11.70%
B=78.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16201350.880.8500.47237.9878.8129.61
Hex101487585502Fee4f1e
Octal202420713012505735611736
Binary10000101001000011110110001010101010111111101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101487; }

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

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

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

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

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

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

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

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