Html Css Color HEX #290093 Ultramarine

📋 copy color: '#290093'

red 41 ◦ green 0 ◦ blue 147

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

Shades of Ultramarine #290093

Tints of Ultramarine #290093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 78.19%

R = 21.81%
G = 0%
B = 78.19%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290093 (or 0x290093) is known color: Ultramarine. HEX triplet: 29, 00 and 93. RGB value is (41,0,147). Sum of RGB (Red+Green+Blue) = 41+0+147=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #290093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290093 is #D6FF6C. Grayscale: #1C1C1C. Windows color (decimal): -14090093 or 9633833. OLE color: 9633833.

HSL color Cylindrical-coordinate representation of color #290093: hue angle of 256.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290093 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 0 147 -
CMYK 0.72 1 0 0.42
HSL 256.73º 1% 0.29% -
HSV(B) 256.73º 1% 0.58% -
XYZ 6.18 2.58 27.78 -
YUV 29.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 41 0 147 0.72 1 0 0.42 256.73 1 0.29
Hex 29 0 93 48 64 0 2A 101 64 1D
Octal 51 0 223 110 144 0 52 401 144 35
Binary 101001 0 10010011 1001000 1100100 0 101010 100000001 1100100 11101

Color Harmonies of #290093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290093

Black with #290093

Text Example


Text Example

White with #290093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290093; }

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

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

background-color css

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

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

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

border-color css

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

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

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