Html Css Color HEX #291894 Ultramarine

📋 copy color: '#291894'

red 41 ◦ green 24 ◦ blue 148

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

Shades of Ultramarine #291894

Tints of Ultramarine #291894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

 BLUE value IS 148 (58.2% from 255) = 69.48%

R = 19.25%
G = 11.27%
B = 69.48%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291894 (or 0x291894) is known color: Ultramarine. HEX triplet: 29, 18 and 94. RGB value is (41,24,148). Sum of RGB (Red+Green+Blue) = 41+24+148=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #291894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291894 is #D6E76B. Grayscale: #2A2A2A. Windows color (decimal): -14083948 or 9705513. OLE color: 9705513.

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

Color convert

RGB 41 24 148 -
CMYK 0.72 0.84 0 0.42
HSL 248.23º 0.72% 0.34% -
HSV(B) 248.23º 0.84% 0.58% -
XYZ 6.59 3.26 28.3 -
YUV 43.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 41 24 148 0.72 0.84 0 0.42 248.23 0.72 0.34
Hex 29 18 94 48 54 0 2A F8 48 22
Octal 51 30 224 110 124 0 52 370 110 42
Binary 101001 11000 10010100 1001000 1010100 0 101010 11111000 1001000 100010

Color Harmonies of #291894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291894

Black with #291894

Text Example


Text Example

White with #291894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291894; }

 p { color: rgb(41,24,148); }

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

background-color css

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

 a { background-color: rgb(41,24,148); }

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

border-color css

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

 span { border-color: rgb(41,24,148); }

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