Html Css Color HEX #29019F Ultramarine

📋 copy color: '#29019F'

red 41 ◦ green 1 ◦ blue 159

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

Shades of Ultramarine #29019F

Tints of Ultramarine #29019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 79.1%

R = 20.4%
G = 0.5%
B = 79.1%

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

#29019F (or 0x29019F) is known color: Ultramarine. HEX triplet: 29, 01 and 9F. RGB value is (41,1,159). Sum of RGB (Red+Green+Blue) = 41+1+159=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #29019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29019F is #D6FE60. Grayscale: #1E1E1E. Windows color (decimal): -14089825 or 10420521. OLE color: 10420521.

HSL color Cylindrical-coordinate representation of color #29019F: hue angle of 255.19º 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 #29019F is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 1 159 -
CMYK 0.74 0.99 0 0.38
HSL 255.19º 0.99% 0.31% -
HSV(B) 255.19º 0.99% 0.62% -
XYZ 7.18 3 33 -
YUV 30.97 200.25 135.15 -
System Red Green Blue C M Y K H S L
Decimal 41 1 159 0.74 0.99 0 0.38 255.19 0.99 0.31
Hex 29 1 9F 4A 63 0 26 FF 63 1F
Octal 51 1 237 112 143 0 46 377 143 37
Binary 101001 1 10011111 1001010 1100011 0 100110 11111111 1100011 11111

Color Harmonies of #29019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29019F

Black with #29019F

Text Example


Text Example

White with #29019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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