#100299

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

Shades of Ultramarine #100299

Tints of Ultramarine #100299

Color information

#100299 (or 0x100299) is unknown color: approx Ultramarine. HEX triplet: 10, 02 and 99. RGB value is (16,2,153). Sum of RGB (Red+Green+Blue) = 16+2+153=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #100299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100299 is #EFFD66. Grayscale: #161616. Windows color (decimal): -15727975 or 10027536. OLE color: 10027536.

HSL color Cylindrical-coordinate representation of color #100299: hue angle of 245.56º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100299 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB162153-
CMYK0.900.9900.4
HSL245.56º97.42%30.39%-
HSV(B)245.56º98.69%60%-
XYZ5.992.4530.3-
YUV23.4201.14122.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 153 (60.16% from 255) = 89.47%
R=9.36%
G=1.17%
B=89.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1621530.900.9900.4245.5697.4230.39
Hex102995A63028f6611e
Octal20223113214305036614136
Binary10000101001100110110101100011010100011110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100299; }

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

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

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

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

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

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

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

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