#10048A

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

Shades of Ultramarine #10048A

Tints of Ultramarine #10048A

Color information

#10048A (or 0x10048A) is unknown color: approx Ultramarine. HEX triplet: 10, 04 and 8A. RGB value is (16,4,138). Sum of RGB (Red+Green+Blue) = 16+4+138=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #10048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10048A is #EFFB75. Grayscale: #161616. Windows color (decimal): -15727478 or 9045008. OLE color: 9045008.

HSL color Cylindrical-coordinate representation of color #10048A: hue angle of 245.37º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10048A is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB164138-
CMYK0.880.9700.46
HSL245.37º94.37%27.84%-
HSV(B)245.37º97.1%54.12%-
XYZ4.842.0324.18-
YUV22.86192.98123.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 138 (54.30% from 255) = 87.34%
R=10.13%
G=2.53%
B=87.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1641380.880.9700.46245.3794.3727.84
Hex1048A586102Ef55e1c
Octal20421213014105636513634
Binary100001001000101010110001100001010111011110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10048A; }

 p { color: rgb(16,4,138); }

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

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

 a { background-color: rgb(16,4,138); }

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

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

 span { border-color: rgb(16,4,138); }

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