#100480

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

Shades of Ultramarine #100480

Tints of Ultramarine #100480

Color information

#100480 (or 0x100480) is unknown color: approx Ultramarine. HEX triplet: 10, 04 and 80. RGB value is (16,4,128). Sum of RGB (Red+Green+Blue) = 16+4+128=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 128 (50.39% from 255 or 86.49% from 148); Max value from RGB is 128 - color contains mainly: blue. Hex color #100480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100480 is #EFFB7F. Grayscale: #151515. Windows color (decimal): -15727488 or 8389648. OLE color: 8389648.

HSL color Cylindrical-coordinate representation of color #100480: hue angle of 245.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100480 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB164128-
CMYK0.880.9700.50
HSL245.81º93.94%25.88%-
HSV(B)245.81º96.88%50.2%-
XYZ4.151.7620.54-
YUV21.72187.98123.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 128 (50.39% from 255) = 86.49%
R=10.81%
G=2.70%
B=86.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1641280.880.9700.50245.8193.9425.88
Hex104805861032f65e1a
Octal20420013014106236613632
Binary100001001000000010110001100001011001011110110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100480; }

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

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

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

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

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

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

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

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