Html Css Color HEX #291F9E Ultramarine

📋 copy color: '#291F9E'

red 41 ◦ green 31 ◦ blue 158

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

Shades of Ultramarine #291F9E

Tints of Ultramarine #291F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.48%

 BLUE value IS 158 (62.11% from 255) = 68.7%

R = 17.83%
G = 13.48%
B = 68.7%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#291F9E (or 0x291F9E) is known color: Ultramarine. HEX triplet: 29, 1F and 9E. RGB value is (41,31,158). Sum of RGB (Red+Green+Blue) = 41+31+158=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #291F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291F9E is #D6E061. Grayscale: #2F2F2F. Windows color (decimal): -14082146 or 10362665. OLE color: 10362665.

HSL color Cylindrical-coordinate representation of color #291F9E: hue angle of 244.72º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291F9E is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 31 158 -
CMYK 0.74 0.80 0 0.38
HSL 244.72º 0.67% 0.37% -
HSV(B) 244.72º 0.8% 0.62% -
XYZ 7.58 3.92 32.71 -
YUV 48.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 41 31 158 0.74 0.80 0 0.38 244.72 0.67 0.37
Hex 29 1F 9E 4A 50 0 26 F5 43 25
Octal 51 37 236 112 120 0 46 365 103 45
Binary 101001 11111 10011110 1001010 1010000 0 100110 11110101 1000011 100101

Color Harmonies of #291F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F9E

Black with #291F9E

Text Example


Text Example

White with #291F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,31,158); }

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

background-color css

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

 a { background-color: rgb(41,31,158); }

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

border-color css

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

 span { border-color: rgb(41,31,158); }

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