#101299

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

Shades of Ultramarine #101299

Tints of Ultramarine #101299

Color information

#101299 (or 0x101299) is unknown color: approx Ultramarine. HEX triplet: 10, 12 and 99. RGB value is (16,18,153). Sum of RGB (Red+Green+Blue) = 16+18+153=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #101299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101299 is #EFED66. Grayscale: #202020. Windows color (decimal): -15723879 or 10031632. OLE color: 10031632.

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

Color convert

RGB1618153-
CMYK0.900.8800.4
HSL239.12º81.07%33.14%-
HSV(B)239.12º89.54%60%-
XYZ6.182.8430.36-
YUV32.79195.84116.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 153 (60.16% from 255) = 81.82%
R=8.56%
G=9.63%
B=81.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16181530.900.8800.4239.1281.0733.14
Hex1012995A58028ef5121
Octal202223113213005035712141
Binary100001001010011001101101010110000101000111011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101299; }

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

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

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

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

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

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

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

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