Html Css Color HEX #290096 Ultramarine

📋 copy color: '#290096'

red 41 ◦ green 0 ◦ blue 150

#290096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #290096

Tints of Ultramarine #290096

RGB

 RED value IS 41 (16.41% from 255) = 21.47%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 78.53%

R = 21.47%
G = 0%
B = 78.53%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#290096 (or 0x290096) is known color: Ultramarine. HEX triplet: 29, 00 and 96. RGB value is (41,0,150). Sum of RGB (Red+Green+Blue) = 41+0+150=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #290096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290096 is #D6FF69. Grayscale: #1C1C1C. Windows color (decimal): -14090090 or 9830441. OLE color: 9830441.

HSL color Cylindrical-coordinate representation of color #290096: hue angle of 256.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290096 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 0 150 -
CMYK 0.73 1 0 0.41
HSL 256.4º 1% 0.29% -
HSV(B) 256.4º 1% 0.59% -
XYZ 6.42 2.67 29.03 -
YUV 29.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 41 0 150 0.73 1 0 0.41 256.4 1 0.29
Hex 29 0 96 49 64 0 29 100 64 1D
Octal 51 0 226 111 144 0 51 400 144 35
Binary 101001 0 10010110 1001001 1100100 0 101001 100000000 1100100 11101

Color Harmonies of #290096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290096

Black with #290096

Text Example


Text Example

White with #290096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290096; }

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

 H1.HeaderClassName
 {
   color: #290096;
 }
 .AnyTagClassName
 {
   color: #290096;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #290096;
 }
 .BgClassName
 {
   background-color: #290096;
 }
</style>

border-color css

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

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

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