#29049E

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

Shades of Ultramarine #29049E

Tints of Ultramarine #29049E

Color information

#29049E (or 0x29049E) is unknown color: approx Ultramarine. HEX triplet: 29, 04 and 9E. RGB value is (41,4,158). Sum of RGB (Red+Green+Blue) = 41+4+158=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #29049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29049E is #D6FB61. Grayscale: #202020. Windows color (decimal): -14089058 or 10355753. OLE color: 10355753.

HSL color Cylindrical-coordinate representation of color #29049E: hue angle of 254.42º degrees, saturation: 0.95, 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 #29049E is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB414158-
CMYK0.740.9700.38
HSL254.42º95.06%31.76%-
HSV(B)254.42º97.47%61.96%-
XYZ7.133.0332.56-
YUV32.62198.76133.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 158 (62.11% from 255) = 77.83%
R=20.20%
G=1.97%
B=77.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4141580.740.9700.38254.4295.0631.76
Hex2949E4A61026fe5f20
Octal51423611214104637613740
Binary10100110010011110100101011000010100110111111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,4,158); }

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

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

 a { background-color: rgb(41,4,158); }

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

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

 span { border-color: rgb(41,4,158); }

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