Html Css Color HEX #290196 Ultramarine

📋 copy color: '#290196'

red 41 ◦ green 1 ◦ blue 150

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

Shades of Ultramarine #290196

Tints of Ultramarine #290196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 21.35%
G = 0.52%
B = 78.13%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#290196 (or 0x290196) is known color: Ultramarine. HEX triplet: 29, 01 and 96. RGB value is (41,1,150). Sum of RGB (Red+Green+Blue) = 41+1+150=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #290196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290196 is #D6FE69. Grayscale: #1D1D1D. Windows color (decimal): -14089834 or 9830697. OLE color: 9830697.

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

Color convert

RGB 41 1 150 -
CMYK 0.73 0.99 0 0.41
HSL 256.11º 0.99% 0.3% -
HSV(B) 256.11º 0.99% 0.59% -
XYZ 6.43 2.7 29.04 -
YUV 29.95 195.75 135.88 -
System Red Green Blue C M Y K H S L
Decimal 41 1 150 0.73 0.99 0 0.41 256.11 0.99 0.3
Hex 29 1 96 49 63 0 29 100 63 1E
Octal 51 1 226 111 143 0 51 400 143 36
Binary 101001 1 10010110 1001001 1100011 0 101001 100000000 1100011 11110

Color Harmonies of #290196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290196

Black with #290196

Text Example


Text Example

White with #290196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290196; }

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

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

background-color css

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

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

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

border-color css

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

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

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