Html Css Color HEX #290098 Ultramarine

📋 copy color: '#290098'

red 41 ◦ green 0 ◦ blue 152

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

Shades of Ultramarine #290098

Tints of Ultramarine #290098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.24%
G = 0%
B = 78.76%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#290098 (or 0x290098) is known color: Ultramarine. HEX triplet: 29, 00 and 98. RGB value is (41,0,152). Sum of RGB (Red+Green+Blue) = 41+0+152=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #290098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290098 is #D6FF67. Grayscale: #1D1D1D. Windows color (decimal): -14090088 or 9961513. OLE color: 9961513.

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

Color convert

RGB 41 0 152 -
CMYK 0.73 1 0 0.40
HSL 256.18º 1% 0.3% -
HSV(B) 256.18º 1% 0.6% -
XYZ 6.58 2.74 29.89 -
YUV 29.59 197.08 136.14 -
System Red Green Blue C M Y K H S L
Decimal 41 0 152 0.73 1 0 0.40 256.18 1 0.3
Hex 29 0 98 49 64 0 28 100 64 1E
Octal 51 0 230 111 144 0 50 400 144 36
Binary 101001 0 10011000 1001001 1100100 0 101000 100000000 1100100 11110

Color Harmonies of #290098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290098

Black with #290098

Text Example


Text Example

White with #290098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290098; }

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

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

background-color css

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

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

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

border-color css

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

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

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