#101684

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

Shades of Ultramarine #101684

Tints of Ultramarine #101684

Color information

#101684 (or 0x101684) is unknown color: approx Ultramarine. HEX triplet: 10, 16 and 84. RGB value is (16,22,132). Sum of RGB (Red+Green+Blue) = 16+22+132=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #101684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101684 is #EFE97B. Grayscale: #202020. Windows color (decimal): -15722876 or 8656400. OLE color: 8656400.

HSL color Cylindrical-coordinate representation of color #101684: hue angle of 236.9º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101684 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1622132-
CMYK0.880.8300.48
HSL236.9º78.38%29.02%-
HSV(B)236.9º87.88%51.76%-
XYZ4.672.3522.04-
YUV32.75184.01116.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 132 (51.95% from 255) = 77.65%
R=9.41%
G=12.94%
B=77.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16221320.880.8300.48236.978.3829.02
Hex1016845853030ed4e1d
Octal202620413012306035511635
Binary10000101101000010010110001010011011000011101101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101684; }

 p { color: rgb(16,22,132); }

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

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

 a { background-color: rgb(16,22,132); }

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

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

 span { border-color: rgb(16,22,132); }

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