Html Css Color HEX #290B93 Ultramarine

📋 copy color: '#290B93'

red 41 ◦ green 11 ◦ blue 147

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

Shades of Ultramarine #290B93

Tints of Ultramarine #290B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.53%

 BLUE value IS 147 (57.81% from 255) = 73.87%

R = 20.6%
G = 5.53%
B = 73.87%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290B93 (or 0x290B93) is known color: Ultramarine. HEX triplet: 29, 0B and 93. RGB value is (41,11,147). Sum of RGB (Red+Green+Blue) = 41+11+147=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #290B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290B93 is #D6F46C. Grayscale: #222222. Windows color (decimal): -14087277 or 9636649. OLE color: 9636649.

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

Color convert

RGB 41 11 147 -
CMYK 0.72 0.93 0 0.42
HSL 253.24º 0.86% 0.31% -
HSV(B) 253.24º 0.93% 0.58% -
XYZ 6.3 2.82 27.82 -
YUV 35.47 190.94 131.94 -
System Red Green Blue C M Y K H S L
Decimal 41 11 147 0.72 0.93 0 0.42 253.24 0.86 0.31
Hex 29 B 93 48 5D 0 2A FD 56 1F
Octal 51 13 223 110 135 0 52 375 126 37
Binary 101001 1011 10010011 1001000 1011101 0 101010 11111101 1010110 11111

Color Harmonies of #290B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B93

Black with #290B93

Text Example


Text Example

White with #290B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,11,147); }

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

background-color css

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

 a { background-color: rgb(41,11,147); }

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

border-color css

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

 span { border-color: rgb(41,11,147); }

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