#29009A

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

Shades of Ultramarine #29009A

Tints of Ultramarine #29009A

Color information

#29009A (or 0x29009A) is unknown color: approx Ultramarine. HEX triplet: 29, 00 and 9A. RGB value is (41,0,154). Sum of RGB (Red+Green+Blue) = 41+0+154=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #29009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29009A is #D6FF65. Grayscale: #1D1D1D. Windows color (decimal): -14090086 or 10092585. OLE color: 10092585.

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

Color convert

RGB410154-
CMYK0.73100.40
HSL255.97º100%30.2%-
HSV(B)255.97º100%60.39%-
XYZ6.752.830.76-
YUV29.82198.08135.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 78.97%
R=21.03%
G=0%
B=78.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4101540.73100.40255.9710030.2
Hex2909A4964028100641e
Octal51023211114405040014436
Binary101001010011010100100111001000101000100000000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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