Html Css Color HEX #290FA4 Ultramarine

📋 copy color: '#290FA4'

red 41 ◦ green 15 ◦ blue 164

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

Shades of Ultramarine #290FA4

Tints of Ultramarine #290FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 74.55%

R = 18.64%
G = 6.82%
B = 74.55%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#290FA4 (or 0x290FA4) is known color: Ultramarine. HEX triplet: 29, 0F and A4. RGB value is (41,15,164). Sum of RGB (Red+Green+Blue) = 41+15+164=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 164 (64.45% from 255 or 74.55% from 220); Max value from RGB is 164 - color contains mainly: blue. Hex color #290FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FA4 is #D6F05B. Grayscale: #272727. Windows color (decimal): -14086236 or 10751785. OLE color: 10751785.

HSL color Cylindrical-coordinate representation of color #290FA4: hue angle of 250.47º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FA4 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 15 164 -
CMYK 0.75 0.91 0 0.36
HSL 250.47º 0.83% 0.35% -
HSV(B) 250.47º 0.91% 0.64% -
XYZ 7.79 3.49 35.39 -
YUV 39.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 41 15 164 0.75 0.91 0 0.36 250.47 0.83 0.35
Hex 29 F A4 4B 5B 0 24 FA 53 23
Octal 51 17 244 113 133 0 44 372 123 43
Binary 101001 1111 10100100 1001011 1011011 0 100100 11111010 1010011 100011

Color Harmonies of #290FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FA4

Black with #290FA4

Text Example


Text Example

White with #290FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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