Html Css Color HEX #290E92 Ultramarine

📋 copy color: '#290E92'

red 41 ◦ green 14 ◦ blue 146

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

Shades of Ultramarine #290E92

Tints of Ultramarine #290E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 72.64%

R = 20.4%
G = 6.97%
B = 72.64%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#290E92 (or 0x290E92) is known color: Ultramarine. HEX triplet: 29, 0E and 92. RGB value is (41,14,146). Sum of RGB (Red+Green+Blue) = 41+14+146=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #290E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290E92 is #D6F16D. Grayscale: #242424. Windows color (decimal): -14086510 or 9571881. OLE color: 9571881.

HSL color Cylindrical-coordinate representation of color #290E92: hue angle of 252.27º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290E92 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 14 146 -
CMYK 0.72 0.90 0 0.43
HSL 252.27º 0.83% 0.31% -
HSV(B) 252.27º 0.9% 0.57% -
XYZ 6.26 2.86 27.42 -
YUV 37.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 41 14 146 0.72 0.90 0 0.43 252.27 0.83 0.31
Hex 29 E 92 48 5A 0 2B FC 52 1F
Octal 51 16 222 110 132 0 53 374 122 37
Binary 101001 1110 10010010 1001000 1011010 0 101011 11111100 1010010 11111

Color Harmonies of #290E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E92

Black with #290E92

Text Example


Text Example

White with #290E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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