#101499

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

Shades of Ultramarine #101499

Tints of Ultramarine #101499

Color information

#101499 (or 0x101499) is unknown color: approx Ultramarine. HEX triplet: 10, 14 and 99. RGB value is (16,20,153). Sum of RGB (Red+Green+Blue) = 16+20+153=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #101499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101499 is #EFEB66. Grayscale: #212121. Windows color (decimal): -15723367 or 10032144. OLE color: 10032144.

HSL color Cylindrical-coordinate representation of color #101499: hue angle of 238.25º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101499 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1620153-
CMYK0.900.8700.4
HSL238.25º81.07%33.14%-
HSV(B)238.25º89.54%60%-
XYZ6.212.9130.37-
YUV33.97195.17115.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 153 (60.16% from 255) = 80.95%
R=8.47%
G=10.58%
B=80.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16201530.900.8700.4238.2581.0733.14
Hex1014995A57028ee5121
Octal202423113212705035612141
Binary100001010010011001101101010101110101000111011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101499; }

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

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

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

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

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

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

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

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