#100596

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

Shades of Ultramarine #100596

Tints of Ultramarine #100596

Color information

#100596 (or 0x100596) is unknown color: approx Ultramarine. HEX triplet: 10, 05 and 96. RGB value is (16,5,150). Sum of RGB (Red+Green+Blue) = 16+5+150=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #100596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100596 is #EFFA69. Grayscale: #181818. Windows color (decimal): -15727210 or 9831696. OLE color: 9831696.

HSL color Cylindrical-coordinate representation of color #100596: hue angle of 244.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100596 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB165150-
CMYK0.890.9700.41
HSL244.55º93.55%30.39%-
HSV(B)244.55º96.67%58.82%-
XYZ5.772.4229.02-
YUV24.82198.64121.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 150 (58.98% from 255) = 87.72%
R=9.36%
G=2.92%
B=87.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1651500.890.9700.41244.5593.5530.39
Hex105965961029f55e1e
Octal20522613114105136513636
Binary100001011001011010110011100001010100111110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100596; }

 p { color: rgb(16,5,150); }

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

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

 a { background-color: rgb(16,5,150); }

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

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

 span { border-color: rgb(16,5,150); }

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