#10059E

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

Shades of Ultramarine #10059E

Tints of Ultramarine #10059E

Color information

#10059E (or 0x10059E) is unknown color: approx Ultramarine. HEX triplet: 10, 05 and 9E. RGB value is (16,5,158). Sum of RGB (Red+Green+Blue) = 16+5+158=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #10059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10059E is #EFFA61. Grayscale: #191919. Windows color (decimal): -15727202 or 10355984. OLE color: 10355984.

HSL color Cylindrical-coordinate representation of color #10059E: hue angle of 244.31º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10059E is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB165158-
CMYK0.900.9700.38
HSL244.31º93.87%31.96%-
HSV(B)244.31º96.84%61.96%-
XYZ6.442.6932.53-
YUV25.73202.64121.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 158 (62.11% from 255) = 88.27%
R=8.94%
G=2.79%
B=88.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1651580.900.9700.38244.3193.8731.96
Hex1059E5A61026f45e20
Octal20523613214104636413640
Binary1000010110011110101101011000010100110111101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10059E; }

 p { color: rgb(16,5,158); }

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

<style>
 a { background-color: #10059E; }

 a { background-color: rgb(16,5,158); }

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

<style>
 span { border-color: #10059E; }

 span { border-color: rgb(16,5,158); }

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