Html Css Color HEX #290097 Ultramarine

📋 copy color: '#290097'

red 41 ◦ green 0 ◦ blue 151

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

Shades of Ultramarine #290097

Tints of Ultramarine #290097

RGB

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

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

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

R = 21.35%
G = 0%
B = 78.65%

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

#290097 (or 0x290097) is known color: Ultramarine. HEX triplet: 29, 00 and 97. RGB value is (41,0,151). Sum of RGB (Red+Green+Blue) = 41+0+151=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 151 (59.38% from 255 or 78.65% from 192); Max value from RGB is 151 - color contains mainly: blue. Hex color #290097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290097 is #D6FF68. Grayscale: #1C1C1C. Windows color (decimal): -14090089 or 9895977. OLE color: 9895977.

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

Color convert

RGB 41 0 151 -
CMYK 0.73 1 0 0.41
HSL 256.29º 1% 0.3% -
HSV(B) 256.29º 1% 0.59% -
XYZ 6.5 2.71 29.46 -
YUV 29.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 41 0 151 0.73 1 0 0.41 256.29 1 0.3
Hex 29 0 97 49 64 0 29 100 64 1E
Octal 51 0 227 111 144 0 51 400 144 36
Binary 101001 0 10010111 1001001 1100100 0 101001 100000000 1100100 11110

Color Harmonies of #290097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290097

Black with #290097

Text Example


Text Example

White with #290097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290097; }

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

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

background-color css

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

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

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

border-color css

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

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

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