Html Css Color HEX #07296F Sapphire

📋 copy color: '#07296F'

red 7 ◦ green 41 ◦ blue 111

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

Shades of Sapphire #07296F

Tints of Sapphire #07296F

RGB

 RED value IS 7 (3.13% from 255) = 4.4%

 GREEN value IS 41 (16.41% from 255) = 25.79%

 BLUE value IS 111 (43.75% from 255) = 69.81%

R = 4.4%
G = 25.79%
B = 69.81%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07296F (or 0x07296F) is known color: Sapphire. HEX triplet: 07, 29 and 6F. RGB value is (7,41,111). Sum of RGB (Red+Green+Blue) = 7+41+111=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #07296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07296F is #F8D690. Grayscale: #262626. Windows color (decimal): -16307857 or 7284999. OLE color: 7284999.

HSL color Cylindrical-coordinate representation of color #07296F: hue angle of 220.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07296F is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 41 111 -
CMYK 0.94 0.63 0 0.56
HSL 220.38º 0.88% 0.23% -
HSV(B) 220.38º 0.94% 0.44% -
XYZ 3.75 2.78 15.38 -
YUV 38.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 7 41 111 0.94 0.63 0 0.56 220.38 0.88 0.23
Hex 7 29 6F 5E 3F 0 38 DC 58 17
Octal 7 51 157 136 77 0 70 334 130 27
Binary 111 101001 1101111 1011110 111111 0 111000 11011100 1011000 10111

Color Harmonies of #07296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07296F

Black with #07296F

Text Example


Text Example

White with #07296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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