#10029C

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

Shades of Ultramarine #10029C

Tints of Ultramarine #10029C

Color information

#10029C (or 0x10029C) is unknown color: approx Ultramarine. HEX triplet: 10, 02 and 9C. RGB value is (16,2,156). Sum of RGB (Red+Green+Blue) = 16+2+156=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 156 (61.33% from 255 or 89.66% from 174); Max value from RGB is 156 - color contains mainly: blue. Hex color #10029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10029C is #EFFD63. Grayscale: #171717. Windows color (decimal): -15727972 or 10224144. OLE color: 10224144.

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

Color convert

RGB162156-
CMYK0.900.9900.39
HSL245.45º97.47%30.98%-
HSV(B)245.45º98.72%61.18%-
XYZ6.242.5531.62-
YUV23.74202.64122.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 156 (61.33% from 255) = 89.66%
R=9.20%
G=1.15%
B=89.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1621560.900.9900.39245.4597.4730.98
Hex1029C5A63027f5611f
Octal20223413214304736514137
Binary10000101001110010110101100011010011111110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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