#10149B

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

Shades of Ultramarine #10149B

Tints of Ultramarine #10149B

Color information

#10149B (or 0x10149B) is unknown color: approx Ultramarine. HEX triplet: 10, 14 and 9B. RGB value is (16,20,155). Sum of RGB (Red+Green+Blue) = 16+20+155=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #10149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149B is #EFEB64. Grayscale: #212121. Windows color (decimal): -15723365 or 10163216. OLE color: 10163216.

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

Color convert

RGB1620155-
CMYK0.900.8700.39
HSL238.27º81.29%33.53%-
HSV(B)238.27º89.68%60.78%-
XYZ6.382.9831.25-
YUV34.19196.17115.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 155 (60.94% from 255) = 81.15%
R=8.38%
G=10.47%
B=81.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16201550.900.8700.39238.2781.2933.53
Hex10149B5A57027ee5122
Octal202423313212704735612142
Binary100001010010011011101101010101110100111111011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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