Html Css Color HEX #290F95 Ultramarine

📋 copy color: '#290F95'

red 41 ◦ green 15 ◦ blue 149

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

Shades of Ultramarine #290F95

Tints of Ultramarine #290F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

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

R = 20%
G = 7.32%
B = 72.68%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290F95 (or 0x290F95) is known color: Ultramarine. HEX triplet: 29, 0F and 95. RGB value is (41,15,149). Sum of RGB (Red+Green+Blue) = 41+15+149=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #290F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290F95 is #D6F06A. Grayscale: #252525. Windows color (decimal): -14086251 or 9768745. OLE color: 9768745.

HSL color Cylindrical-coordinate representation of color #290F95: hue angle of 251.64º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290F95 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 15 149 -
CMYK 0.72 0.90 0 0.42
HSL 251.64º 0.82% 0.32% -
HSV(B) 251.64º 0.9% 0.58% -
XYZ 6.51 2.98 28.67 -
YUV 38.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 41 15 149 0.72 0.90 0 0.42 251.64 0.82 0.32
Hex 29 F 95 48 5A 0 2A FC 52 20
Octal 51 17 225 110 132 0 52 374 122 40
Binary 101001 1111 10010101 1001000 1011010 0 101010 11111100 1010010 100000

Color Harmonies of #290F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F95

Black with #290F95

Text Example


Text Example

White with #290F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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