Html Css Color HEX #291E98 Ultramarine

📋 copy color: '#291E98'

red 41 ◦ green 30 ◦ blue 152

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

Shades of Ultramarine #291E98

Tints of Ultramarine #291E98

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

 BLUE value IS 152 (59.77% from 255) = 68.16%

R = 18.39%
G = 13.45%
B = 68.16%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#291E98 (or 0x291E98) is known color: Ultramarine. HEX triplet: 29, 1E and 98. RGB value is (41,30,152). Sum of RGB (Red+Green+Blue) = 41+30+152=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #291E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E98 is #D6E167. Grayscale: #2E2E2E. Windows color (decimal): -14082408 or 9969193. OLE color: 9969193.

HSL color Cylindrical-coordinate representation of color #291E98: hue angle of 245.41º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291E98 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 30 152 -
CMYK 0.73 0.80 0 0.40
HSL 245.41º 0.67% 0.36% -
HSV(B) 245.41º 0.8% 0.6% -
XYZ 7.05 3.67 30.04 -
YUV 47.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 41 30 152 0.73 0.80 0 0.40 245.41 0.67 0.36
Hex 29 1E 98 49 50 0 28 F5 43 24
Octal 51 36 230 111 120 0 50 365 103 44
Binary 101001 11110 10011000 1001001 1010000 0 101000 11110101 1000011 100100

Color Harmonies of #291E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E98

Black with #291E98

Text Example


Text Example

White with #291E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291E98; }

 p { color: rgb(41,30,152); }

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

background-color css

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

 a { background-color: rgb(41,30,152); }

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

border-color css

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

 span { border-color: rgb(41,30,152); }

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