Html Css Color HEX #290EA0 Ultramarine

📋 copy color: '#290EA0'

red 41 ◦ green 14 ◦ blue 160

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

Shades of Ultramarine #290EA0

Tints of Ultramarine #290EA0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

 BLUE value IS 160 (62.89% from 255) = 74.42%

R = 19.07%
G = 6.51%
B = 74.42%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#290EA0 (or 0x290EA0) is known color: Ultramarine. HEX triplet: 29, 0E and A0. RGB value is (41,14,160). Sum of RGB (Red+Green+Blue) = 41+14+160=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 160 (62.89% from 255 or 74.42% from 215); Max value from RGB is 160 - color contains mainly: blue. Hex color #290EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290EA0 is #D6F15F. Grayscale: #262626. Windows color (decimal): -14086496 or 10489385. OLE color: 10489385.

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

Color convert

RGB 41 14 160 -
CMYK 0.74 0.91 0 0.37
HSL 251.1º 0.84% 0.34% -
HSV(B) 251.1º 0.91% 0.63% -
XYZ 7.42 3.32 33.51 -
YUV 38.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 41 14 160 0.74 0.91 0 0.37 251.1 0.84 0.34
Hex 29 E A0 4A 5B 0 25 FB 54 22
Octal 51 16 240 112 133 0 45 373 124 42
Binary 101001 1110 10100000 1001010 1011011 0 100101 11111011 1010100 100010

Color Harmonies of #290EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EA0

Black with #290EA0

Text Example


Text Example

White with #290EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,14,160); }

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

background-color css

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

 a { background-color: rgb(41,14,160); }

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

border-color css

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

 span { border-color: rgb(41,14,160); }

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