#100381

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

Shades of Ultramarine #100381

Tints of Ultramarine #100381

Color information

#100381 (or 0x100381) is unknown color: approx Ultramarine. HEX triplet: 10, 03 and 81. RGB value is (16,3,129). Sum of RGB (Red+Green+Blue) = 16+3+129=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 129 (50.78% from 255 or 87.16% from 148); Max value from RGB is 129 - color contains mainly: blue. Hex color #100381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100381 is #EFFC7E. Grayscale: #141414. Windows color (decimal): -15727743 or 8454928. OLE color: 8454928.

HSL color Cylindrical-coordinate representation of color #100381: hue angle of 246.19º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100381 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB163129-
CMYK0.880.9800.49
HSL246.19º95.45%25.88%-
HSV(B)246.19º97.67%50.59%-
XYZ4.211.7620.89-
YUV21.25188.81124.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 129 (50.78% from 255) = 87.16%
R=10.81%
G=2.03%
B=87.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1631290.880.9800.49246.1995.4525.88
Hex103815862031f65f1a
Octal20320113014206136613732
Binary10000111000000110110001100010011000111110110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100381; }

 p { color: rgb(16,3,129); }

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

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

 a { background-color: rgb(16,3,129); }

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

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

 span { border-color: rgb(16,3,129); }

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