#29089A

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

Shades of Ultramarine #29089A

Tints of Ultramarine #29089A

Color information

#29089A (or 0x29089A) is unknown color: approx Ultramarine. HEX triplet: 29, 08 and 9A. RGB value is (41,8,154). Sum of RGB (Red+Green+Blue) = 41+8+154=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #29089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29089A is #D6F765. Grayscale: #212121. Windows color (decimal): -14088038 or 10094633. OLE color: 10094633.

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

Color convert

RGB418154-
CMYK0.730.9500.40
HSL253.56º90.12%31.76%-
HSV(B)253.56º94.81%60.39%-
XYZ6.832.9830.79-
YUV34.51195.43132.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=20.20%
G=3.94%
B=75.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4181540.730.9500.40253.5690.1231.76
Hex2989A495F028fe5a20
Octal511023211113705037613240
Binary101001100010011010100100110111110101000111111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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