Html Css Color HEX #290DAB Ultramarine

📋 copy color: '#290DAB'

red 41 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #290DAB

Tints of Ultramarine #290DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

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

R = 18.22%
G = 5.78%
B = 76%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#290DAB (or 0x290DAB) is known color: Ultramarine. HEX triplet: 29, 0D and AB. RGB value is (41,13,171). Sum of RGB (Red+Green+Blue) = 41+13+171=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #290DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290DAB is #D6F254. Grayscale: #262626. Windows color (decimal): -14086741 or 11210025. OLE color: 11210025.

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

Color convert

RGB 41 13 171 -
CMYK 0.76 0.92 0 0.33
HSL 250.63º 0.86% 0.36% -
HSV(B) 250.63º 0.92% 0.67% -
XYZ 8.41 3.7 38.8 -
YUV 39.38 202.28 129.15 -
System Red Green Blue C M Y K H S L
Decimal 41 13 171 0.76 0.92 0 0.33 250.63 0.86 0.36
Hex 29 D AB 4C 5C 0 21 FB 56 24
Octal 51 15 253 114 134 0 41 373 126 44
Binary 101001 1101 10101011 1001100 1011100 0 100001 11111011 1010110 100100

Color Harmonies of #290DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DAB

Black with #290DAB

Text Example


Text Example

White with #290DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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