Html Css Color HEX #29019E Ultramarine

📋 copy color: '#29019E'

red 41 ◦ green 1 ◦ blue 158

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

Shades of Ultramarine #29019E

Tints of Ultramarine #29019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 158 (62.11% from 255) = 79%

R = 20.5%
G = 0.5%
B = 79%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29019E (or 0x29019E) is known color: Ultramarine. HEX triplet: 29, 01 and 9E. RGB value is (41,1,158). Sum of RGB (Red+Green+Blue) = 41+1+158=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 158 (62.11% from 255 or 79% from 200); Max value from RGB is 158 - color contains mainly: blue. Hex color #29019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29019E is #D6FE61. Grayscale: #1E1E1E. Windows color (decimal): -14089826 or 10354985. OLE color: 10354985.

HSL color Cylindrical-coordinate representation of color #29019E: hue angle of 255.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29019E is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 1 158 -
CMYK 0.74 0.99 0 0.38
HSL 255.29º 0.99% 0.31% -
HSV(B) 255.29º 0.99% 0.62% -
XYZ 7.1 2.96 32.55 -
YUV 30.86 199.75 135.23 -
System Red Green Blue C M Y K H S L
Decimal 41 1 158 0.74 0.99 0 0.38 255.29 0.99 0.31
Hex 29 1 9E 4A 63 0 26 FF 63 1F
Octal 51 1 236 112 143 0 46 377 143 37
Binary 101001 1 10011110 1001010 1100011 0 100110 11111111 1100011 11111

Color Harmonies of #29019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29019E

Black with #29019E

Text Example


Text Example

White with #29019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29019E; }

 p { color: rgb(41,1,158); }

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

background-color css

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

 a { background-color: rgb(41,1,158); }

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

border-color css

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

 span { border-color: rgb(41,1,158); }

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