Html Css Color HEX #290898 Ultramarine

📋 copy color: '#290898'

red 41 ◦ green 8 ◦ blue 152

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

Shades of Ultramarine #290898

Tints of Ultramarine #290898

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 152 (59.77% from 255) = 75.62%

R = 20.4%
G = 3.98%
B = 75.62%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#290898 (or 0x290898) is known color: Ultramarine. HEX triplet: 29, 08 and 98. RGB value is (41,8,152). Sum of RGB (Red+Green+Blue) = 41+8+152=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #290898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290898 is #D6F767. Grayscale: #212121. Windows color (decimal): -14088040 or 9963561. OLE color: 9963561.

HSL color Cylindrical-coordinate representation of color #290898: hue angle of 253.75º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290898 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 8 152 -
CMYK 0.73 0.95 0 0.40
HSL 253.75º 0.9% 0.31% -
HSV(B) 253.75º 0.95% 0.6% -
XYZ 6.67 2.91 29.92 -
YUV 34.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 41 8 152 0.73 0.95 0 0.40 253.75 0.9 0.31
Hex 29 8 98 49 5F 0 28 FE 5A 1F
Octal 51 10 230 111 137 0 50 376 132 37
Binary 101001 1000 10011000 1001001 1011111 0 101000 11111110 1011010 11111

Color Harmonies of #290898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290898

Black with #290898

Text Example


Text Example

White with #290898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290898; }

 p { color: rgb(41,8,152); }

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

background-color css

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

 a { background-color: rgb(41,8,152); }

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

border-color css

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

 span { border-color: rgb(41,8,152); }

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