#29079D

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

Shades of Ultramarine #29079D

Tints of Ultramarine #29079D

Color information

#29079D (or 0x29079D) is unknown color: approx Ultramarine. HEX triplet: 29, 07 and 9D. RGB value is (41,7,157). Sum of RGB (Red+Green+Blue) = 41+7+157=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #29079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29079D is #D6F862. Grayscale: #212121. Windows color (decimal): -14088291 or 10290985. OLE color: 10290985.

HSL color Cylindrical-coordinate representation of color #29079D: hue angle of 253.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29079D is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB417157-
CMYK0.740.9600.38
HSL253.6º91.46%32.16%-
HSV(B)253.6º95.54%61.57%-
XYZ7.083.0632.12-
YUV34.27197.26132.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 157 (61.72% from 255) = 76.59%
R=20%
G=3.41%
B=76.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4171570.740.9600.38253.691.4632.16
Hex2979D4A60026fe5b20
Octal51723511214004637613340
Binary10100111110011101100101011000000100110111111101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29079D; }

 p { color: rgb(41,7,157); }

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

<style>
 a { background-color: #29079D; }

 a { background-color: rgb(41,7,157); }

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

<style>
 span { border-color: #29079D; }

 span { border-color: rgb(41,7,157); }

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