Html Css Color HEX #290197 Ultramarine

📋 copy color: '#290197'

red 41 ◦ green 1 ◦ blue 151

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

Shades of Ultramarine #290197

Tints of Ultramarine #290197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 78.24%

R = 21.24%
G = 0.52%
B = 78.24%

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

#290197 (or 0x290197) is known color: Ultramarine. HEX triplet: 29, 01 and 97. RGB value is (41,1,151). Sum of RGB (Red+Green+Blue) = 41+1+151=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #290197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290197 is #D6FE68. Grayscale: #1D1D1D. Windows color (decimal): -14089833 or 9896233. OLE color: 9896233.

HSL color Cylindrical-coordinate representation of color #290197: hue angle of 256º 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 #290197 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 1 151 -
CMYK 0.73 0.99 0 0.41
HSL 256º 0.99% 0.3% -
HSV(B) 256º 0.99% 0.59% -
XYZ 6.51 2.73 29.46 -
YUV 30.06 196.25 135.8 -
System Red Green Blue C M Y K H S L
Decimal 41 1 151 0.73 0.99 0 0.41 256 0.99 0.3
Hex 29 1 97 49 63 0 29 100 63 1E
Octal 51 1 227 111 143 0 51 400 143 36
Binary 101001 1 10010111 1001001 1100011 0 101001 100000000 1100011 11110

Color Harmonies of #290197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290197

Black with #290197

Text Example


Text Example

White with #290197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290197; }

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

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

background-color css

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

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

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

border-color css

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

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

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