Html Css Color HEX #290E96 Ultramarine

📋 copy color: '#290E96'

red 41 ◦ green 14 ◦ blue 150

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

Shades of Ultramarine #290E96

Tints of Ultramarine #290E96

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

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

R = 20%
G = 6.83%
B = 73.17%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#290E96 (or 0x290E96) is known color: Ultramarine. HEX triplet: 29, 0E and 96. RGB value is (41,14,150). Sum of RGB (Red+Green+Blue) = 41+14+150=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #290E96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290E96 is #D6F169. Grayscale: #252525. Windows color (decimal): -14086506 or 9834025. OLE color: 9834025.

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

Color convert

RGB 41 14 150 -
CMYK 0.73 0.91 0 0.41
HSL 251.91º 0.83% 0.32% -
HSV(B) 251.91º 0.91% 0.59% -
XYZ 6.58 2.99 29.08 -
YUV 37.58 191.45 130.44 -
System Red Green Blue C M Y K H S L
Decimal 41 14 150 0.73 0.91 0 0.41 251.91 0.83 0.32
Hex 29 E 96 49 5B 0 29 FC 53 20
Octal 51 16 226 111 133 0 51 374 123 40
Binary 101001 1110 10010110 1001001 1011011 0 101001 11111100 1010011 100000

Color Harmonies of #290E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E96

Black with #290E96

Text Example


Text Example

White with #290E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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