Html Css Color HEX #290296 Ultramarine

📋 copy color: '#290296'

red 41 ◦ green 2 ◦ blue 150

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

Shades of Ultramarine #290296

Tints of Ultramarine #290296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 21.24%
G = 1.04%
B = 77.72%

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

#290296 (or 0x290296) is known color: Ultramarine. HEX triplet: 29, 02 and 96. RGB value is (41,2,150). Sum of RGB (Red+Green+Blue) = 41+2+150=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #290296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290296 is #D6FD69. Grayscale: #1D1D1D. Windows color (decimal): -14089578 or 9830953. OLE color: 9830953.

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

Color convert

RGB 41 2 150 -
CMYK 0.73 0.99 0 0.41
HSL 255.81º 0.97% 0.3% -
HSV(B) 255.81º 0.99% 0.59% -
XYZ 6.44 2.72 29.04 -
YUV 30.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 41 2 150 0.73 0.99 0 0.41 255.81 0.97 0.3
Hex 29 2 96 49 63 0 29 100 61 1E
Octal 51 2 226 111 143 0 51 400 141 36
Binary 101001 10 10010110 1001001 1100011 0 101001 100000000 1100001 11110

Color Harmonies of #290296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290296

Black with #290296

Text Example


Text Example

White with #290296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290296; }

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

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

background-color css

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

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

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

border-color css

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

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

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