Html Css Color HEX #290BAB Ultramarine

📋 copy color: '#290BAB'

red 41 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #290BAB

Tints of Ultramarine #290BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 76.68%

R = 18.39%
G = 4.93%
B = 76.68%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#290BAB (or 0x290BAB) is known color: Ultramarine. HEX triplet: 29, 0B and AB. RGB value is (41,11,171). Sum of RGB (Red+Green+Blue) = 41+11+171=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #290BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290BAB is #D6F454. Grayscale: #252525. Windows color (decimal): -14087253 or 11209513. OLE color: 11209513.

HSL color Cylindrical-coordinate representation of color #290BAB: hue angle of 251.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290BAB is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 11 171 -
CMYK 0.76 0.94 0 0.33
HSL 251.25º 0.88% 0.36% -
HSV(B) 251.25º 0.94% 0.67% -
XYZ 8.38 3.65 38.79 -
YUV 38.21 202.94 129.99 -
System Red Green Blue C M Y K H S L
Decimal 41 11 171 0.76 0.94 0 0.33 251.25 0.88 0.36
Hex 29 B AB 4C 5E 0 21 FB 58 24
Octal 51 13 253 114 136 0 41 373 130 44
Binary 101001 1011 10101011 1001100 1011110 0 100001 11111011 1011000 100100

Color Harmonies of #290BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BAB

Black with #290BAB

Text Example


Text Example

White with #290BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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