#29139F

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

Shades of Ultramarine #29139F

Tints of Ultramarine #29139F

Color information

#29139F (or 0x29139F) is unknown color: approx Ultramarine. HEX triplet: 29, 13 and 9F. RGB value is (41,19,159). Sum of RGB (Red+Green+Blue) = 41+19+159=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #29139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29139F is #D6EC60. Grayscale: #292929. Windows color (decimal): -14085217 or 10425129. OLE color: 10425129.

HSL color Cylindrical-coordinate representation of color #29139F: hue angle of 249.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29139F is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4119159-
CMYK0.740.8800.38
HSL249.43º78.65%34.9%-
HSV(B)249.43º88.05%62.35%-
XYZ7.413.4433.07-
YUV41.54194.29127.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 159 (62.5% from 255) = 72.60%
R=18.72%
G=8.68%
B=72.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41191590.740.8800.38249.4378.6534.9
Hex29139F4A58026f94f23
Octal512323711213004637111743
Binary1010011001110011111100101010110000100110111110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29139F; }

 p { color: rgb(41,19,159); }

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

<style>
 a { background-color: #29139F; }

 a { background-color: rgb(41,19,159); }

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

<style>
 span { border-color: #29139F; }

 span { border-color: rgb(41,19,159); }

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