Html Css Color HEX #290FB2 Ultramarine

📋 copy color: '#290FB2'

red 41 ◦ green 15 ◦ blue 178

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

Shades of Ultramarine #290FB2

Tints of Ultramarine #290FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 76.07%

R = 17.52%
G = 6.41%
B = 76.07%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#290FB2 (or 0x290FB2) is known color: Ultramarine. HEX triplet: 29, 0F and B2. RGB value is (41,15,178). Sum of RGB (Red+Green+Blue) = 41+15+178=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 178 (69.92% from 255 or 76.07% from 234); Max value from RGB is 178 - color contains mainly: blue. Hex color #290FB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FB2 is #D6F04D. Grayscale: #282828. Windows color (decimal): -14086222 or 11669289. OLE color: 11669289.

HSL color Cylindrical-coordinate representation of color #290FB2: hue angle of 249.57º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290FB2 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 15 178 -
CMYK 0.77 0.92 0 0.30
HSL 249.57º 0.84% 0.38% -
HSV(B) 249.57º 0.92% 0.7% -
XYZ 9.12 4.03 42.42 -
YUV 41.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 41 15 178 0.77 0.92 0 0.30 249.57 0.84 0.38
Hex 29 F B2 4D 5C 0 1E FA 54 26
Octal 51 17 262 115 134 0 36 372 124 46
Binary 101001 1111 10110010 1001101 1011100 0 11110 11111010 1010100 100110

Color Harmonies of #290FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FB2

Black with #290FB2

Text Example


Text Example

White with #290FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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