Html Css Color HEX #290BB7 Ultramarine

📋 copy color: '#290BB7'

red 41 ◦ green 11 ◦ blue 183

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

Shades of Ultramarine #290BB7

Tints of Ultramarine #290BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

 BLUE value IS 183 (71.88% from 255) = 77.87%

R = 17.45%
G = 4.68%
B = 77.87%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#290BB7 (or 0x290BB7) is known color: Ultramarine. HEX triplet: 29, 0B and B7. RGB value is (41,11,183). Sum of RGB (Red+Green+Blue) = 41+11+183=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 183 (71.88% from 255 or 77.87% from 235); Max value from RGB is 183 - color contains mainly: blue. Hex color #290BB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BB7 is #D6F448. Grayscale: #262626. Windows color (decimal): -14087241 or 11995945. OLE color: 11995945.

HSL color Cylindrical-coordinate representation of color #290BB7: hue angle of 250.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290BB7 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 11 183 -
CMYK 0.78 0.94 0 0.28
HSL 250.47º 0.89% 0.38% -
HSV(B) 250.47º 0.94% 0.72% -
XYZ 9.58 4.13 45.09 -
YUV 39.58 208.94 129.01 -
System Red Green Blue C M Y K H S L
Decimal 41 11 183 0.78 0.94 0 0.28 250.47 0.89 0.38
Hex 29 B B7 4E 5E 0 1C FA 59 26
Octal 51 13 267 116 136 0 34 372 131 46
Binary 101001 1011 10110111 1001110 1011110 0 11100 11111010 1011001 100110

Color Harmonies of #290BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BB7

Black with #290BB7

Text Example


Text Example

White with #290BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,11,183); }

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

background-color css

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

 a { background-color: rgb(41,11,183); }

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

border-color css

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

 span { border-color: rgb(41,11,183); }

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