#29089D

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

Shades of Ultramarine #29089D

Tints of Ultramarine #29089D

Color information

#29089D (or 0x29089D) is unknown color: approx Ultramarine. HEX triplet: 29, 08 and 9D. RGB value is (41,8,157). Sum of RGB (Red+Green+Blue) = 41+8+157=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #29089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29089D is #D6F762. Grayscale: #222222. Windows color (decimal): -14088035 or 10291241. OLE color: 10291241.

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

Color convert

RGB418157-
CMYK0.740.9500.38
HSL253.29º90.3%32.35%-
HSV(B)253.29º94.9%61.57%-
XYZ7.093.0832.12-
YUV34.85196.93132.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 157 (61.72% from 255) = 76.21%
R=19.90%
G=3.88%
B=76.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4181570.740.9500.38253.2990.332.35
Hex2989D4A5F026fd5a20
Octal511023511213704637513240
Binary101001100010011101100101010111110100110111111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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