Html Css Color HEX #290095 Ultramarine

📋 copy color: '#290095'

red 41 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #290095

Tints of Ultramarine #290095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 21.58%
G = 0%
B = 78.42%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290095 (or 0x290095) is known color: Ultramarine. HEX triplet: 29, 00 and 95. RGB value is (41,0,149). Sum of RGB (Red+Green+Blue) = 41+0+149=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #290095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290095 is #D6FF6A. Grayscale: #1C1C1C. Windows color (decimal): -14090091 or 9764905. OLE color: 9764905.

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

Color convert

RGB 41 0 149 -
CMYK 0.72 1 0 0.42
HSL 256.51º 1% 0.29% -
HSV(B) 256.51º 1% 0.58% -
XYZ 6.34 2.64 28.61 -
YUV 29.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 41 0 149 0.72 1 0 0.42 256.51 1 0.29
Hex 29 0 95 48 64 0 2A 101 64 1D
Octal 51 0 225 110 144 0 52 401 144 35
Binary 101001 0 10010101 1001000 1100100 0 101010 100000001 1100100 11101

Color Harmonies of #290095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290095

Black with #290095

Text Example


Text Example

White with #290095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290095; }

 p { color: rgb(41,0,149); }

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

background-color css

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

 a { background-color: rgb(41,0,149); }

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

border-color css

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

 span { border-color: rgb(41,0,149); }

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