Html Css Color HEX #290EAF Ultramarine

📋 copy color: '#290EAF'

red 41 ◦ green 14 ◦ blue 175

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

Shades of Ultramarine #290EAF

Tints of Ultramarine #290EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 76.09%

R = 17.83%
G = 6.09%
B = 76.09%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#290EAF (or 0x290EAF) is known color: Ultramarine. HEX triplet: 29, 0E and AF. RGB value is (41,14,175). Sum of RGB (Red+Green+Blue) = 41+14+175=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #290EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290EAF is #D6F150. Grayscale: #272727. Windows color (decimal): -14086481 or 11472425. OLE color: 11472425.

HSL color Cylindrical-coordinate representation of color #290EAF: hue angle of 250.06º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290EAF is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 14 175 -
CMYK 0.77 0.92 0 0.31
HSL 250.06º 0.85% 0.37% -
HSV(B) 250.06º 0.92% 0.69% -
XYZ 8.81 3.88 40.84 -
YUV 40.43 203.95 128.41 -
System Red Green Blue C M Y K H S L
Decimal 41 14 175 0.77 0.92 0 0.31 250.06 0.85 0.37
Hex 29 E AF 4D 5C 0 1F FA 55 25
Octal 51 16 257 115 134 0 37 372 125 45
Binary 101001 1110 10101111 1001101 1011100 0 11111 11111010 1010101 100101

Color Harmonies of #290EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EAF

Black with #290EAF

Text Example


Text Example

White with #290EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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