#10159B

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

Shades of Ultramarine #10159B

Tints of Ultramarine #10159B

Color information

#10159B (or 0x10159B) is unknown color: approx Ultramarine. HEX triplet: 10, 15 and 9B. RGB value is (16,21,155). Sum of RGB (Red+Green+Blue) = 16+21+155=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #10159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10159B is #EFEA64. Grayscale: #222222. Windows color (decimal): -15723109 or 10163472. OLE color: 10163472.

HSL color Cylindrical-coordinate representation of color #10159B: hue angle of 237.84º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10159B is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1621155-
CMYK0.900.8600.39
HSL237.84º81.29%33.53%-
HSV(B)237.84º89.68%60.78%-
XYZ6.43.0131.25-
YUV34.78195.84114.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 155 (60.94% from 255) = 80.73%
R=8.33%
G=10.94%
B=80.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16211550.900.8600.39237.8481.2933.53
Hex10159B5A56027ee5122
Octal202523313212604735612142
Binary100001010110011011101101010101100100111111011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10159B; }

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

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

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

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

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

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

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

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