Html Css Color HEX #290E94 Ultramarine

📋 copy color: '#290E94'

red 41 ◦ green 14 ◦ blue 148

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

Shades of Ultramarine #290E94

Tints of Ultramarine #290E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 20.2%
G = 6.9%
B = 72.91%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290E94 (or 0x290E94) is known color: Ultramarine. HEX triplet: 29, 0E and 94. RGB value is (41,14,148). Sum of RGB (Red+Green+Blue) = 41+14+148=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #290E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290E94 is #D6F16B. Grayscale: #242424. Windows color (decimal): -14086508 or 9702953. OLE color: 9702953.

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

Color convert

RGB 41 14 148 -
CMYK 0.72 0.91 0 0.42
HSL 252.09º 0.83% 0.32% -
HSV(B) 252.09º 0.91% 0.58% -
XYZ 6.42 2.92 28.24 -
YUV 37.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 41 14 148 0.72 0.91 0 0.42 252.09 0.83 0.32
Hex 29 E 94 48 5B 0 2A FC 53 20
Octal 51 16 224 110 133 0 52 374 123 40
Binary 101001 1110 10010100 1001000 1011011 0 101010 11111100 1010011 100000

Color Harmonies of #290E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E94

Black with #290E94

Text Example


Text Example

White with #290E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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