#101584

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

Shades of Ultramarine #101584

Tints of Ultramarine #101584

Color information

#101584 (or 0x101584) is unknown color: approx Ultramarine. HEX triplet: 10, 15 and 84. RGB value is (16,21,132). Sum of RGB (Red+Green+Blue) = 16+21+132=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #101584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101584 is #EFEA7B. Grayscale: #1F1F1F. Windows color (decimal): -15723132 or 8656144. OLE color: 8656144.

HSL color Cylindrical-coordinate representation of color #101584: hue angle of 237.41º 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 #101584 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1621132-
CMYK0.880.8400.48
HSL237.41º78.38%29.02%-
HSV(B)237.41º87.88%51.76%-
XYZ4.652.3122.03-
YUV32.16184.34116.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 132 (51.95% from 255) = 78.11%
R=9.47%
G=12.43%
B=78.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16211320.880.8400.48237.4178.3829.02
Hex1015845854030ed4e1d
Octal202520413012406035511635
Binary10000101011000010010110001010100011000011101101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101584; }

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

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

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

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

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

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

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

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