#10059C

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

Shades of Ultramarine #10059C

Tints of Ultramarine #10059C

Color information

#10059C (or 0x10059C) is unknown color: approx Ultramarine. HEX triplet: 10, 05 and 9C. RGB value is (16,5,156). Sum of RGB (Red+Green+Blue) = 16+5+156=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #10059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10059C is #EFFA63. Grayscale: #181818. Windows color (decimal): -15727204 or 10224912. OLE color: 10224912.

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

Color convert

RGB165156-
CMYK0.900.9700.39
HSL244.37º93.79%31.57%-
HSV(B)244.37º96.79%61.18%-
XYZ6.272.6231.63-
YUV25.5201.64121.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 156 (61.33% from 255) = 88.14%
R=9.04%
G=2.82%
B=88.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1651560.900.9700.39244.3793.7931.57
Hex1059C5A61027f45e20
Octal20523413214104736413640
Binary1000010110011100101101011000010100111111101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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