#10149D

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

Shades of Ultramarine #10149D

Tints of Ultramarine #10149D

Color information

#10149D (or 0x10149D) is unknown color: approx Ultramarine. HEX triplet: 10, 14 and 9D. RGB value is (16,20,157). Sum of RGB (Red+Green+Blue) = 16+20+157=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #10149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149D is #EFEB62. Grayscale: #212121. Windows color (decimal): -15723363 or 10294288. OLE color: 10294288.

HSL color Cylindrical-coordinate representation of color #10149D: hue angle of 238.3º 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 #10149D is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1620157-
CMYK0.900.8700.38
HSL238.3º81.5%33.92%-
HSV(B)238.3º89.81%61.57%-
XYZ6.553.0432.14-
YUV34.42197.17114.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 157 (61.72% from 255) = 81.35%
R=8.29%
G=10.36%
B=81.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16201570.900.8700.38238.381.533.92
Hex10149D5A57026ee5222
Octal202423513212704635612242
Binary100001010010011101101101010101110100110111011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10149D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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