#100383

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

Shades of Ultramarine #100383

Tints of Ultramarine #100383

Color information

#100383 (or 0x100383) is unknown color: approx Ultramarine. HEX triplet: 10, 03 and 83. RGB value is (16,3,131). Sum of RGB (Red+Green+Blue) = 16+3+131=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #100383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100383 is #EFFC7C. Grayscale: #141414. Windows color (decimal): -15727741 or 8586000. OLE color: 8586000.

HSL color Cylindrical-coordinate representation of color #100383: hue angle of 246.09º degrees, saturation: 0.96, 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 #100383 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB163131-
CMYK0.880.9800.49
HSL246.09º95.52%26.27%-
HSV(B)246.09º97.71%51.37%-
XYZ4.341.8121.59-
YUV21.48189.81124.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 131 (51.56% from 255) = 87.33%
R=10.67%
G=2%
B=87.33%

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
Decimal1631310.880.9800.49246.0995.5226.27
Hex103835862031f6601a
Octal20320313014206136614032
Binary10000111000001110110001100010011000111110110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100383; }

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

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

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

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

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

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

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

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