Html Css Color HEX #290094 Ultramarine

📋 copy color: '#290094'

red 41 ◦ green 0 ◦ blue 148

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

Shades of Ultramarine #290094

Tints of Ultramarine #290094

RGB

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

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

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

R = 21.69%
G = 0%
B = 78.31%

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

#290094 (or 0x290094) is known color: Ultramarine. HEX triplet: 29, 00 and 94. RGB value is (41,0,148). Sum of RGB (Red+Green+Blue) = 41+0+148=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #290094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290094 is #D6FF6B. Grayscale: #1C1C1C. Windows color (decimal): -14090092 or 9699369. OLE color: 9699369.

HSL color Cylindrical-coordinate representation of color #290094: hue angle of 256.62º 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 #290094 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 0 148 -
CMYK 0.72 1 0 0.42
HSL 256.62º 1% 0.29% -
HSV(B) 256.62º 1% 0.58% -
XYZ 6.26 2.61 28.19 -
YUV 29.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 41 0 148 0.72 1 0 0.42 256.62 1 0.29
Hex 29 0 94 48 64 0 2A 101 64 1D
Octal 51 0 224 110 144 0 52 401 144 35
Binary 101001 0 10010100 1001000 1100100 0 101010 100000001 1100100 11101

Color Harmonies of #290094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290094

Black with #290094

Text Example


Text Example

White with #290094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290094; }

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

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

background-color css

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

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

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

border-color css

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

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

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