Html Css Color HEX #290FAB Ultramarine

📋 copy color: '#290FAB'

red 41 ◦ green 15 ◦ blue 171

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

Shades of Ultramarine #290FAB

Tints of Ultramarine #290FAB

RGB

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

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

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

R = 18.06%
G = 6.61%
B = 75.33%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#290FAB (or 0x290FAB) is known color: Ultramarine. HEX triplet: 29, 0F and AB. RGB value is (41,15,171). Sum of RGB (Red+Green+Blue) = 41+15+171=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #290FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FAB is #D6F054. Grayscale: #272727. Windows color (decimal): -14086229 or 11210537. OLE color: 11210537.

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

Color convert

RGB 41 15 171 -
CMYK 0.76 0.91 0 0.33
HSL 250º 0.84% 0.36% -
HSV(B) 250º 0.91% 0.67% -
XYZ 8.44 3.75 38.81 -
YUV 40.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 41 15 171 0.76 0.91 0 0.33 250 0.84 0.36
Hex 29 F AB 4C 5B 0 21 FA 54 24
Octal 51 17 253 114 133 0 41 372 124 44
Binary 101001 1111 10101011 1001100 1011011 0 100001 11111010 1010100 100100

Color Harmonies of #290FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FAB

Black with #290FAB

Text Example


Text Example

White with #290FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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