Html Css Color HEX #290EAC Ultramarine

📋 copy color: '#290EAC'

red 41 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #290EAC

Tints of Ultramarine #290EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 75.77%

R = 18.06%
G = 6.17%
B = 75.77%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#290EAC (or 0x290EAC) is known color: Ultramarine. HEX triplet: 29, 0E and AC. RGB value is (41,14,172). Sum of RGB (Red+Green+Blue) = 41+14+172=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #290EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290EAC is #D6F153. Grayscale: #272727. Windows color (decimal): -14086484 or 11275817. OLE color: 11275817.

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

Color convert

RGB 41 14 172 -
CMYK 0.76 0.92 0 0.33
HSL 250.25º 0.85% 0.36% -
HSV(B) 250.25º 0.92% 0.67% -
XYZ 8.52 3.76 39.31 -
YUV 40.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 41 14 172 0.76 0.92 0 0.33 250.25 0.85 0.36
Hex 29 E AC 4C 5C 0 21 FA 55 24
Octal 51 16 254 114 134 0 41 372 125 44
Binary 101001 1110 10101100 1001100 1011100 0 100001 11111010 1010101 100100

Color Harmonies of #290EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EAC

Black with #290EAC

Text Example


Text Example

White with #290EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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