Html Css Color HEX #290CB7 Ultramarine

📋 copy color: '#290CB7'

red 41 ◦ green 12 ◦ blue 183

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

Shades of Ultramarine #290CB7

Tints of Ultramarine #290CB7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 183 (71.88% from 255) = 77.54%

R = 17.37%
G = 5.08%
B = 77.54%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#290CB7 (or 0x290CB7) is known color: Ultramarine. HEX triplet: 29, 0C and B7. RGB value is (41,12,183). Sum of RGB (Red+Green+Blue) = 41+12+183=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 183 (71.88% from 255 or 77.54% from 236); Max value from RGB is 183 - color contains mainly: blue. Hex color #290CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CB7 is #D6F348. Grayscale: #272727. Windows color (decimal): -14086985 or 11996201. OLE color: 11996201.

HSL color Cylindrical-coordinate representation of color #290CB7: hue angle of 250.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290CB7 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 12 183 -
CMYK 0.78 0.93 0 0.28
HSL 250.18º 0.88% 0.38% -
HSV(B) 250.18º 0.93% 0.72% -
XYZ 9.59 4.15 45.1 -
YUV 40.17 208.61 128.6 -
System Red Green Blue C M Y K H S L
Decimal 41 12 183 0.78 0.93 0 0.28 250.18 0.88 0.38
Hex 29 C B7 4E 5D 0 1C FA 58 26
Octal 51 14 267 116 135 0 34 372 130 46
Binary 101001 1100 10110111 1001110 1011101 0 11100 11111010 1011000 100110

Color Harmonies of #290CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CB7

Black with #290CB7

Text Example


Text Example

White with #290CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,12,183); }

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

background-color css

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

 a { background-color: rgb(41,12,183); }

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

border-color css

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

 span { border-color: rgb(41,12,183); }

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