Html Css Color HEX #290FAD Ultramarine

📋 copy color: '#290FAD'

red 41 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #290FAD

Tints of Ultramarine #290FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 75.55%

R = 17.9%
G = 6.55%
B = 75.55%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#290FAD (or 0x290FAD) is known color: Ultramarine. HEX triplet: 29, 0F and AD. RGB value is (41,15,173). Sum of RGB (Red+Green+Blue) = 41+15+173=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #290FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FAD is #D6F052. Grayscale: #282828. Windows color (decimal): -14086227 or 11341609. OLE color: 11341609.

HSL color Cylindrical-coordinate representation of color #290FAD: hue angle of 249.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FAD is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 15 173 -
CMYK 0.76 0.91 0 0.32
HSL 249.87º 0.84% 0.37% -
HSV(B) 249.87º 0.91% 0.68% -
XYZ 8.63 3.83 39.82 -
YUV 40.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 41 15 173 0.76 0.91 0 0.32 249.87 0.84 0.37
Hex 29 F AD 4C 5B 0 20 FA 54 25
Octal 51 17 255 114 133 0 40 372 124 45
Binary 101001 1111 10101101 1001100 1011011 0 100000 11111010 1010100 100101

Color Harmonies of #290FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FAD

Black with #290FAD

Text Example


Text Example

White with #290FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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