#10169D

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

Shades of Ultramarine #10169D

Tints of Ultramarine #10169D

Color information

#10169D (or 0x10169D) is unknown color: approx Ultramarine. HEX triplet: 10, 16 and 9D. RGB value is (16,22,157). Sum of RGB (Red+Green+Blue) = 16+22+157=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #10169D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10169D is #EFE962. Grayscale: #232323. Windows color (decimal): -15722851 or 10294800. OLE color: 10294800.

HSL color Cylindrical-coordinate representation of color #10169D: hue angle of 237.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10169D is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1622157-
CMYK0.900.8600.38
HSL237.45º81.5%33.92%-
HSV(B)237.45º89.81%61.57%-
XYZ6.593.1232.15-
YUV35.6196.51114.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 157 (61.72% from 255) = 80.51%
R=8.21%
G=11.28%
B=80.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16221570.900.8600.38237.4581.533.92
Hex10169D5A56026ed5222
Octal202623513212604635512242
Binary100001011010011101101101010101100100110111011011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10169D; }

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

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

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

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

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

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

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

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