Html Css Color HEX #29079F Ultramarine

📋 copy color: '#29079F'

red 41 ◦ green 7 ◦ blue 159

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

Shades of Ultramarine #29079F

Tints of Ultramarine #29079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 19.81%
G = 3.38%
B = 76.81%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29079F (or 0x29079F) is known color: Ultramarine. HEX triplet: 29, 07 and 9F. RGB value is (41,7,159). Sum of RGB (Red+Green+Blue) = 41+7+159=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #29079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29079F is #D6F860. Grayscale: #212121. Windows color (decimal): -14088289 or 10422057. OLE color: 10422057.

HSL color Cylindrical-coordinate representation of color #29079F: hue angle of 253.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29079F is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 7 159 -
CMYK 0.74 0.96 0 0.38
HSL 253.42º 0.92% 0.33% -
HSV(B) 253.42º 0.96% 0.62% -
XYZ 7.25 3.13 33.02 -
YUV 34.49 198.26 132.64 -
System Red Green Blue C M Y K H S L
Decimal 41 7 159 0.74 0.96 0 0.38 253.42 0.92 0.33
Hex 29 7 9F 4A 60 0 26 FD 5C 21
Octal 51 7 237 112 140 0 46 375 134 41
Binary 101001 111 10011111 1001010 1100000 0 100110 11111101 1011100 100001

Color Harmonies of #29079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29079F

Black with #29079F

Text Example


Text Example

White with #29079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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