#100499

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

Shades of Ultramarine #100499

Tints of Ultramarine #100499

Color information

#100499 (or 0x100499) is unknown color: approx Ultramarine. HEX triplet: 10, 04 and 99. RGB value is (16,4,153). Sum of RGB (Red+Green+Blue) = 16+4+153=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #100499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100499 is #EFFB66. Grayscale: #171717. Windows color (decimal): -15727463 or 10028048. OLE color: 10028048.

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

Color convert

RGB164153-
CMYK0.900.9700.4
HSL244.83º94.9%30.78%-
HSV(B)244.83º97.39%60%-
XYZ6.012.530.3-
YUV24.57200.48121.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 153 (60.16% from 255) = 88.44%
R=9.25%
G=2.31%
B=88.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1641530.900.9700.4244.8394.930.78
Hex104995A61028f55f1f
Octal20423113214105036513737
Binary100001001001100110110101100001010100011110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100499; }

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

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

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

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

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

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

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

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