Html Css Color HEX #291D98 Ultramarine

📋 copy color: '#291D98'

red 41 ◦ green 29 ◦ blue 152

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

Shades of Ultramarine #291D98

Tints of Ultramarine #291D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

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

R = 18.47%
G = 13.06%
B = 68.47%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#291D98 (or 0x291D98) is known color: Ultramarine. HEX triplet: 29, 1D and 98. RGB value is (41,29,152). Sum of RGB (Red+Green+Blue) = 41+29+152=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #291D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291D98 is #D6E267. Grayscale: #2E2E2E. Windows color (decimal): -14082664 or 9968937. OLE color: 9968937.

HSL color Cylindrical-coordinate representation of color #291D98: hue angle of 245.85º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291D98 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 29 152 -
CMYK 0.73 0.81 0 0.40
HSL 245.85º 0.68% 0.35% -
HSV(B) 245.85º 0.81% 0.6% -
XYZ 7.02 3.62 30.03 -
YUV 46.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 41 29 152 0.73 0.81 0 0.40 245.85 0.68 0.35
Hex 29 1D 98 49 51 0 28 F6 44 23
Octal 51 35 230 111 121 0 50 366 104 43
Binary 101001 11101 10011000 1001001 1010001 0 101000 11110110 1000100 100011

Color Harmonies of #291D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D98

Black with #291D98

Text Example


Text Example

White with #291D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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